Skip to content

Commit

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

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

### Features

* [`6e02268`](https://github.com/npm/template-oss/commit/6e02268f12cc65da2180527a6a18f5d737bab6c3) [#321](https://github.com/npm/template-oss/pull/321) allow adding latest to other ci versions (@lukekarrys)
* [`b83a19a`](https://github.com/npm/template-oss/commit/b83a19a98ec5db85b96e645916dcb65dbc64fbbd) [#321](https://github.com/npm/template-oss/pull/321) add config option to disable eslint (@lukekarrys)
* [`9606606`](https://github.com/npm/template-oss/commit/9606606f0163d56b785620881d5b01985f9218e3) [#321](https://github.com/npm/template-oss/pull/321) add config option to not update npm (@lukekarrys)
* [`73d7bf1`](https://github.com/npm/template-oss/commit/73d7bf174d34c5d51b87f937daf52b94c9e803c4) [#321](https://github.com/npm/template-oss/pull/321) add release/v branches to all branch CI (@lukekarrys)

## [4.15.1](https://github.com/npm/template-oss/compare/v4.15.0...v4.15.1) (2023-05-03)

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

0 comments on commit 83f3699

Please sign in to comment.