Skip to content

Commit e90eee0

Browse files
authored
Merge pull request #60 from absolute-version/release-please--branches--master--components--commit-and-tag-version
chore(master): release 11.2.0
2 parents b203717 + ec2a1b4 commit e90eee0

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 <ben@npmjs.com>",
34-
"contributors": ["Timothy Jones <timothy.l.jones@gmail.com> (https://github.com/TimothyJones)"],
34+
"contributors": [
35+
"Timothy Jones <timothy.l.jones@gmail.com> (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)