Skip to content

Commit

Permalink
chore: release 4.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lukekarrys committed Sep 12, 2023
1 parent 44123b8 commit 2a5e186
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "4.18.0"
".": "4.18.1"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [4.18.1](https://github.com/npm/template-oss/compare/v4.18.0...v4.18.1) (2023-09-12)

### Bug Fixes

* [`44123b8`](https://github.com/npm/template-oss/commit/44123b8719bb95a2addec741b1937c2f985cffa6) [#354](https://github.com/npm/template-oss/pull/354) install npm in CI based on node version (@lukekarrys)

## [4.18.0](https://github.com/npm/template-oss/compare/v4.17.0...v4.18.0) (2023-07-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/template-oss",
"version": "4.18.0",
"version": "4.18.1",
"description": "templated files used in npm CLI team oss projects",
"main": "lib/content/index.js",
"bin": {
Expand Down

0 comments on commit 2a5e186

Please sign in to comment.