8000 chore: release 2.0.0 by github-actions[bot] · Pull Request #23 · npm/npm-user-validate · GitHub
[go: up one dir, main page]

Skip to content

chore: release 2.0.0 #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: release 2.0.0
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Dec 12, 2022
commit 87f13f51b72f5bbd7501c0e99b6bd149961aac04
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