diff --git a/.changeset/orange-cobras-rhyme.md b/.changeset/orange-cobras-rhyme.md deleted file mode 100644 index 324e98f..0000000 --- a/.changeset/orange-cobras-rhyme.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@nornir/core": minor -"@nornir/rest": minor ---- - -update to ts 5.5 diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ce7c896..ab2cca5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @nornir/core +## 1.6.0 + +### Minor Changes + +- 75c7a2e: update to ts 5.5 + ## 1.5.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index da7a2ac..ec74369 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@nornir/core", "description": "Control and shape the destiny of your events", - "version": "1.5.0", + "version": "1.6.0", "author": "John Conley", "devDependencies": { "@jest/globals": "^29.5.0", diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index c6133b9..df1af23 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,5 +1,16 @@ # @nornir/rest +## 2.4.0 + +### Minor Changes + +- 75c7a2e: update to ts 5.5 + +### Patch Changes + +- Updated dependencies [75c7a2e] + - @nornir/core@1.6.0 + ## 2.3.0 ### Minor Changes diff --git a/packages/rest/package.json b/packages/rest/package.json index 5223ac5..96590fd 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -1,7 +1,7 @@ { "name": "@nornir/rest", "description": "A nornir library", - "version": "2.3.0", + "version": "2.4.0", "bin": { "nornir-oas": "./dist/cli/cli.js" },