Skip to content

Commit

Permalink
chore: release 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lukekarrys committed Nov 10, 2022
1 parent 3fcf46c commit c5f17b4
Show file tree
Hide file tree
Showing 3 changed files with 14 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.9.0"
".": "4.10.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.10.0](https://github.com/npm/template-oss/compare/v4.9.0...v4.10.0) (2022-11-10)

### Features

* [`3fcf46c`](https://github.com/npm/template-oss/commit/3fcf46c801d0a86e0de90b235e0daa3f028a828e) add npmSpec config item (@lukekarrys)
* [`e4465dd`](https://github.com/npm/template-oss/commit/e4465ddbfcafe7d0a3dc890e5f8b8319147d116b) merge npmrc files (@lukekarrys)

### Bug Fixes

* [`110b63a`](https://github.com/npm/template-oss/commit/110b63a4ad3fe48c24cb6db90b7879bfc14408b6) [#262](https://github.com/npm/template-oss/pull/262) use ci or update for release checklist (@lukekarrys)
* [`dfbdadc`](https://github.com/npm/template-oss/commit/dfbdadcb85f2631f78af05c2abfbaa317b17cbd1) properly recreate release PR when run via workflow_dispatch (@lukekarrys)

## [4.9.0](https://github.com/npm/template-oss/compare/v4.8.0...v4.9.0) (2022-11-09)

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

0 comments on commit c5f17b4

Please sign in to comment.