From 2eabcf7737e78f429636bafae8edbac327d7d549 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Dec 2023 12:59:01 +0000 Subject: [PATCH] chore: version packages --- CHANGELOG.md | 9 +++++++++ lerna.json | 2 +- package-lock.json | 2 +- packages/cli/CHANGELOG.md | 9 +++++++++ packages/cli/package.json | 2 +- 5 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2766cc032..421f697af 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. +## [6.11.1](https://github.com/hirosystems/stacks.js/compare/v6.11.0...v6.11.1) (2023-12-21) + + +### Bug Fixes + +* update CLI docs code blocks ([#1609](https://github.com/hirosystems/stacks.js/issues/1609)) ([bbce7fa](https://github.com/hirosystems/stacks.js/commit/bbce7fa886f4b056e091bc1a3e90e9995c1d5432)) + + + ## [6.11.0](https://github.com/hirosystems/stacks.js/compare/v6.10.0...v6.11.0) (2023-12-18) diff --git a/lerna.json b/lerna.json index 3dcca5a67..ed723632a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.11.0", + "version": "6.11.1", "registry": "https://registry.npmjs.org/", "publishConfig": { "access": "public" diff --git a/package-lock.json b/package-lock.json index 85605ac62..051ba854e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23667,7 +23667,7 @@ }, "packages/cli": { "name": "@stacks/cli", - "version": "6.11.0", + "version": "6.11.1", "license": "MIT", "dependencies": { "@scure/bip32": "1.1.3", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b9be86775..eb7945e40 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. +## [6.11.1](https://github.com/hirosystems/stacks.js/compare/v6.11.0...v6.11.1) (2023-12-21) + + +### Bug Fixes + +* update CLI docs code blocks ([#1609](https://github.com/hirosystems/stacks.js/issues/1609)) ([bbce7fa](https://github.com/hirosystems/stacks.js/commit/bbce7fa886f4b056e091bc1a3e90e9995c1d5432)) + + + ## [6.11.0](https://github.com/hirosystems/stacks.js/compare/v6.10.0...v6.11.0) (2023-12-18) diff --git a/packages/cli/package.json b/packages/cli/package.json index 991897272..2cf82502d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stacks/cli", - "version": "6.11.0", + "version": "6.11.1", "description": "Stacks command line tool", "license": "MIT", "author": "Hiro Systems PBC (https://hiro.so)",