Skip to content

Commit

Permalink
chore: release 4.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and wraithgar committed Jul 18, 2023
1 parent dd9aadf commit d67bd69
Show file tree
Hide file tree
Showing 3 changed files with 13 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.17.0"
".": "4.18.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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

### Features

* [`f04a76d`](https://github.com/npm/template-oss/commit/f04a76d48e373fb03249973983e45472b26a9691) [#330](https://github.com/npm/template-oss/pull/330) use git remote for branch related config (@lukekarrys)

### Bug Fixes

* [`dd9aadf`](https://github.com/npm/template-oss/commit/dd9aadf8d96c31066c84905cad07ac89a68ceead) [#337](https://github.com/npm/template-oss/pull/337) properly quote PR_TITLE (#337) (@wraithgar)
* [`4662ec3`](https://github.com/npm/template-oss/commit/4662ec31afc77f0e5fdac13d0bf14e23e0e9cb43) [#331](https://github.com/npm/template-oss/pull/331) block protected branch creations (@lukekarrys)

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

### Features
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.17.0",
"version": "4.18.0",
"description": "templated files used in npm CLI team oss projects",
"main": "lib/content/index.js",
"bin": {
Expand Down

0 comments on commit d67bd69

Please sign in to comment.