Skip to content

Commit 1c2e3da

Browse files
chore: release 4.11.4 (#278)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e6b26d commit 1c2e3da

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.11.3"
2+
".": "4.11.4"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [4.11.4](https://github.com/npm/template-oss/compare/v4.11.3...v4.11.4) (2023-02-07)
4+
5+
### Bug Fixes
6+
7+
* [`5e6b26d`](https://github.com/npm/template-oss/commit/5e6b26db971e1835318ad9357ada20400354e794) [#277](https://github.com/npm/template-oss/pull/277) add logging for release comments (@lukekarrys)
8+
* [`46d1d14`](https://github.com/npm/template-oss/commit/46d1d1449b5422cde064dea37aead7edb4e6746d) add release.yml input to rerun jobs on a merged release (@lukekarrys)
9+
* [`6a1dcac`](https://github.com/npm/template-oss/commit/6a1dcac283d4b75c9737dd2a813ff78d932a564c) add more logging to release please action (@lukekarrys)
10+
311
## [4.11.3](https://github.com/npm/template-oss/compare/v4.11.2...v4.11.3) (2023-01-25)
412

513
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/template-oss",
3-
"version": "4.11.3",
3+
"version": "4.11.4",
44
"description": "templated files used in npm CLI team oss projects",
55
"main": "lib/content/index.js",
66
"bin": {

0 commit comments

Comments
 (0)