Skip to content

Commit

Permalink
chore: release 2.0.0 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 13, 2022
1 parent 4cca0be commit 04e9350
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 @@
{
".": "1.0.1"
".": "2.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [2.0.0](https://github.com/npm/npm-user-validate/compare/v1.0.1...v2.0.0) (2022-12-12)

### ⚠️ BREAKING CHANGES

* this package is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`

### Features

* [`4cca0be`](https://github.com/npm/npm-user-validate/commit/4cca0be1d3c101f309a3128303d218b1b58c4596) [#22](https://github.com/npm/npm-user-validate/pull/22) add template-oss (@lukekarrys)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-user-validate",
"version": "1.0.1",
"version": "2.0.0",
"description": "User validations for npm",
"main": "lib/index.js",
"devDependencies": {
Expand Down

0 comments on commit 04e9350

Please sign in to comment.