Skip to content

Commit 051817d

Browse files
github-actions[bot]github-actionsMrtenz
authored
1.1.0 (#85)
* 1.1.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent 436cebe commit 051817d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.1.0]
10+
### Added
11+
- Add support for nested workspaces ([#84](https://github.com/MetaMask/create-release-branch/pull/84))
12+
13+
### Changed
14+
- Add `.yml` extension to `RELEASE_SPEC` file ([#83](https://github.com/MetaMask/create-release-branch/pull/83))
15+
916
## [1.0.1]
1017
### Fixed
1118
- Update changelogs correctly for monorepo packages ([#50](https://github.com/MetaMask/create-release-branch/pull/50))
@@ -17,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1724
- 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.
1825
- You can learn more on how to use this tool by reading the [documentation](docs/).
1926

20-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v1.0.1...HEAD
27+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v1.1.0...HEAD
28+
[1.1.0]: https://github.com/MetaMask/create-release-branch/compare/v1.0.1...v1.1.0
2129
[1.0.1]: https://github.com/MetaMask/create-release-branch/compare/v1.0.0...v1.0.1
2230
[1.0.0]: https://github.com/MetaMask/create-release-branch/releases/tag/v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/create-release-branch",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
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)