diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d874186..7079def36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.1](https://github.com/hirosystems/stacks.js/compare/v7.0.0...v7.0.1) (2024-11-09) + + +### Bug Fixes + +* update import in cli ([#1758](https://github.com/hirosystems/stacks.js/issues/1758)) ([fed8fcc](https://github.com/hirosystems/stacks.js/commit/fed8fcca5c0fdebec53e267049a14cc605855766)) + + + ## [7.0.0](https://github.com/hirosystems/stacks.js/compare/v6.17.0...v7.0.0) (2024-10-25) ### ⚠ BREAKING CHANGES diff --git a/lerna.json b/lerna.json index 0dc238b33..136754d76 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.0.0", + "version": "7.0.1", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index 26c56f52a..ee6ff286e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22285,7 +22285,7 @@ }, "packages/cli": { "name": "@stacks/cli", - "version": "7.0.0", + "version": "7.0.1", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 24686dab6..0cd36f5ec 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.1](https://github.com/hirosystems/stacks.js/compare/v7.0.0...v7.0.1) (2024-11-09) + + +### Bug Fixes + +* update import in cli ([#1758](https://github.com/hirosystems/stacks.js/issues/1758)) ([fed8fcc](https://github.com/hirosystems/stacks.js/commit/fed8fcca5c0fdebec53e267049a14cc605855766)) + + + ## [7.0.0](https://github.com/hirosystems/stacks.js/compare/v6.17.0...v7.0.0) (2024-10-25) ### ⚠ BREAKING CHANGES diff --git a/packages/cli/package.json b/packages/cli/package.json index 6557c71a6..0ab19057e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/cli", - "version": "7.0.0", + "version": "7.0.1", "description": "Stacks command line tool", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)",