Skip to content

Commit

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

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

### Features

* [`4624d9c`](https://github.com/npm/template-oss/commit/4624d9c17e30b4783ef6bfc28a72603cc076f0e7) [#323](https://github.com/npm/template-oss/pull/323) add overwrite false property to added files (@lukekarrys)

### Bug Fixes

* [`710c25e`](https://github.com/npm/template-oss/commit/710c25e404df0f5be2ef1a487704e7235db3c348) [#327](https://github.com/npm/template-oss/pull/327) do not add dependabot files when config is falsy (@lukekarrys)
* [`449066e`](https://github.com/npm/template-oss/commit/449066e1917b5ff113aba396b12986f5db5d25da) [#323](https://github.com/npm/template-oss/pull/323) determine parser based on target filename (@lukekarrys)
* [`7300da4`](https://github.com/npm/template-oss/commit/7300da491ec1e596c5ad82434f7975a5e5a70f23) [#325](https://github.com/npm/template-oss/pull/325) apply settings to all requested branches (@lukekarrys)

### Dependencies

* [`2a5cd53`](https://github.com/npm/template-oss/commit/2a5cd532ce26b4fe66a6cb5a8b195c77e2520929) [#324](https://github.com/npm/template-oss/pull/324) bump @npmcli/package-json from 3.1.1 to 4.0.0

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

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

0 comments on commit 102e1ae

Please sign in to comment.