Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/slow-ears-sneeze.md

This file was deleted.

9 changes: 9 additions & 0 deletions actions/semver-compare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# semver-compare

## 1.0.0

### Major Changes

- [#1551](https://github.com/smartcontractkit/.github/pull/1551)
[`d44325b`](https://github.com/smartcontractkit/.github/commit/d44325b9b2b171f2ed8674d86daa9cbce8b1a955)
Thanks [@erikburt](https://github.com/erikburt)! - feat: import action from
smartcontractkit/chainlink-github-actions
2 changes: 1 addition & 1 deletion actions/semver-compare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semver-compare",
"version": "0.0.0",
"version": "1.0.0",
"description": "Simple wrapper around semver lib to compare semantic version strings",
"main": "dist/index.js",
"private": true,
Expand Down
Loading