8000 chore: release 2.0.0 (#23) · npm/npm-user-validate@04e9350 · GitHub
[go: up one dir, main page]

Skip to content

Commit 04e9350

Browse files
chore: release 2.0.0 (#23)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4cca0be commit 04e9350

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.1"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/npm/npm-user-validate/compare/v1.0.1...v2.0.0) (2022-12-12)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* this package is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
8+
9+
### Features
10+
11+
* [`4cca0be`](https://github.com/npm/npm-user-validate/commit/4cca0be1d3c101f309a3128303d218b1b58c4596) [#22](https://github.com/npm/npm-user-validate/pull/22) add template-oss (@lukekarrys)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-user-validate",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "User validations for npm",
55
"main": "lib/index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)
0