From c59dae38f5195a8e233fca50166733ff6e6280ce Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 7 Sep 2023 03:50:37 +0000 Subject: [PATCH] 1.1.1 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db45845..48e1791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1] +### Uncategorized +- Correct setup instructions for a monorepo w/ independent versions ([#87](https://github.com/MetaMask/create-release-branch/pull/87)) +- Bump word-wrap from 1.2.3 to 1.2.4 ([#86](https://github.com/MetaMask/create-release-branch/pull/86)) + ## [1.1.0] ### Added - Add support for nested workspaces ([#84](https://github.com/MetaMask/create-release-branch/pull/84)) @@ -24,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - In this first release, this tool only supports monorepos with an independent versioning scheme. We will add support for other kinds of projects in future releases. - You can learn more on how to use this tool by reading the [documentation](docs/). -[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/MetaMask/create-release-branch/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/MetaMask/create-release-branch/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/MetaMask/create-release-branch/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/MetaMask/create-release-branch/releases/tag/v1.0.0 diff --git a/package.json b/package.json index f634b42..b8a18fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/create-release-branch", - "version": "1.1.0", + "version": "1.1.1", "description": "An interactive command-line tool to prepare a release branch by automatically bumping versions and updating changelogs for desired packages. Works for both polyrepos and monorepos.", "repository": { "type": "git",