Skip to content

Commit ec2a1b4

Browse files
chore(master): release 11.2.0
1 parent b203717 commit ec2a1b4

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
## [11.2.0](https://github.com/absolute-version/commit-and-tag-version/compare/v11.1.0...v11.2.0) (2023-03-15)
6+
7+
8+
### Features
9+
10+
* implement detect pm name ([174a8bd](https://github.com/absolute-version/commit-and-tag-version/commit/174a8bd00106dcc2a6b1c5bcb75bf3fbfd0317da))
11+
* support config npmClient ([c33686a](https://github.com/absolute-version/commit-and-tag-version/commit/c33686aec080162645466ed962d64133f71e4214))
12+
* Support customizing the npm publish hint message with a new option: `npmPublishHint` ([1f77110](https://github.com/absolute-version/commit-and-tag-version/commit/1f77110deefa8a394a37c421eb3d313f6c87aea5))
13+
514
## [11.1.0](https://github.com/absolute-version/commit-and-tag-version/compare/v11.0.0...v11.1.0) (2023-02-14)
615

716

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commit-and-tag-version",
3-
"version": "11.1.0",
3+
"version": "11.2.0",
44
"description": "replacement for `npm version` with automatic CHANGELOG generation",
55
"bin": "bin/cli.js",
66
"scripts": {
@@ -31,7 +31,9 @@
3131
"standard"
3232
],
3333
"author": "Ben Coe <[email protected]>",
34-
"contributors": ["Timothy Jones <[email protected]> (https://github.com/TimothyJones)"],
34+
"contributors": [
35+
"Timothy Jones <[email protected]> (https://github.com/TimothyJones)"
36+
],
3537
"license": "ISC",
3638
"bugs": {
3739
"url": "https://github.com/absolute-version/commit-and-tag-version/issues"

0 commit comments

Comments
 (0)