Skip to content

Commit

Permalink
chore(release): 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyselden committed Jul 16, 2024
1 parent 748579a commit 20e4641
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [12.1.0](https://github.com/CrowdStrike/monorepo-next/compare/v12.0.5...v12.1.0) (2024-07-16)


### Features

* add `dist-tag` to release ([c9204d3](https://github.com/CrowdStrike/monorepo-next/commit/c9204d31c66539c78bc788464d52a38522ce9916))

## [12.0.5](https://github.com/CrowdStrike/monorepo-next/compare/v12.0.4...v12.0.5) (2024-07-12)


Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ Options:
--push git push + tags when done
[boolean] [default: true]
--publish npm publish when done[boolean] [default: true]
--dist-tag publish to a different NPM dist-tag
[string] [default: "latest"]
--bump-in-range-dependencies If a dependency is still in range, and nothing
changed in my package, still bump my version
and the dependency version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo-next",
"version": "12.0.5",
"version": "12.1.0",
"description": "Detach monorepo packages from normal linking",
"bin": {
"next": "bin/next.js"
Expand Down

0 comments on commit 20e4641

Please sign in to comment.