Skip to content

Commit

Permalink
chore: release 4.11.4 (#278)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 7, 2023
1 parent 5e6b26d commit 1c2e3da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.11.3"
".": "4.11.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [4.11.4](https://github.com/npm/template-oss/compare/v4.11.3...v4.11.4) (2023-02-07)

### Bug Fixes

* [`5e6b26d`](https://github.com/npm/template-oss/commit/5e6b26db971e1835318ad9357ada20400354e794) [#277](https://github.com/npm/template-oss/pull/277) add logging for release comments (@lukekarrys)
* [`46d1d14`](https://github.com/npm/template-oss/commit/46d1d1449b5422cde064dea37aead7edb4e6746d) add release.yml input to rerun jobs on a merged release (@lukekarrys)
* [`6a1dcac`](https://github.com/npm/template-oss/commit/6a1dcac283d4b75c9737dd2a813ff78d932a564c) add more logging to release please action (@lukekarrys)

## [4.11.3](https://github.com/npm/template-oss/compare/v4.11.2...v4.11.3) (2023-01-25)

### Bug Fixes
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": "@npmcli/template-oss",
"version": "4.11.3",
"version": "4.11.4",
"description": "templated files used in npm CLI team oss projects",
"main": "lib/content/index.js",
"bin": {
Expand Down

0 comments on commit 1c2e3da

Please sign in to comment.