Skip to content

Commit c59dae3

Browse files
author
github-actions
committed
1.1.1
1 parent ac1927b commit c59dae3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.1.1]
10+
### Uncategorized
11+
- Correct setup instructions for a monorepo w/ independent versions ([#87](https://github.com/MetaMask/create-release-branch/pull/87))
12+
- Bump word-wrap from 1.2.3 to 1.2.4 ([#86](https://github.com/MetaMask/create-release-branch/pull/86))
13+
914
## [1.1.0]
1015
### Added
1116
- 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
2429
- 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.
2530
- You can learn more on how to use this tool by reading the [documentation](docs/).
2631

27-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v1.1.0...HEAD
32+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v1.1.1...HEAD
33+
[1.1.1]: https://github.com/MetaMask/create-release-branch/compare/v1.1.0...v1.1.1
2834
[1.1.0]: https://github.com/MetaMask/create-release-branch/compare/v1.0.1...v1.1.0
2935
[1.0.1]: https://github.com/MetaMask/create-release-branch/compare/v1.0.0...v1.0.1
3036
[1.0.0]: https://github.com/MetaMask/create-release-branch/releases/tag/v1.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/create-release-branch",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"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.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)