From 77f58d19408bbb032a00a97b049fc5cbadb87781 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 10:20:50 -0700 Subject: [PATCH] chore: release 2.0.1 (#63) :robot: I have created a release *beep* *boop* --- ## [2.0.1](https://github.com/npm/npm-user-validate/compare/v2.0.0...v2.0.1) (2024-05-06) ### Documentation * [`055a7a2`](https://github.com/npm/npm-user-validate/commit/055a7a281da879f8ce30bf81b546ef540c962e32) [#59](https://github.com/npm/npm-user-validate/pull/59) readme: fix broken badge URLs (#59) (@10xLaCroixDrinker) ### Chores * [`ee855a8`](https://github.com/npm/npm-user-validate/commit/ee855a880316c47ceff4dff334c5c6f93d17f697) [#64](https://github.com/npm/npm-user-validate/pull/64) auto publish (#64) (@lukekarrys) * [`6d6c071`](https://github.com/npm/npm-user-validate/commit/6d6c0719a7621af2a377247c8b5d086a6064852a) [#62](https://github.com/npm/npm-user-validate/pull/62) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) * [`776cb72`](https://github.com/npm/npm-user-validate/commit/776cb722865ea593999bca22ceb08af8c6425b92) [#62](https://github.com/npm/npm-user-validate/pull/62) postinstall for dependabot template-oss PR (@lukekarrys) * [`fc5c7bc`](https://github.com/npm/npm-user-validate/commit/fc5c7bcd2513b2740a6131283c0ecee031d12c29) [#61](https://github.com/npm/npm-user-validate/pull/61) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..b725ab0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a44a1..ec93b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.0.1](https://github.com/npm/npm-user-validate/compare/v2.0.0...v2.0.1) (2024-05-06) + +### Documentation + +* [`055a7a2`](https://github.com/npm/npm-user-validate/commit/055a7a281da879f8ce30bf81b546ef540c962e32) [#59](https://github.com/npm/npm-user-validate/pull/59) readme: fix broken badge URLs (#59) (@10xLaCroixDrinker) + +### Chores + +* [`ee855a8`](https://github.com/npm/npm-user-validate/commit/ee855a880316c47ceff4dff334c5c6f93d17f697) [#64](https://github.com/npm/npm-user-validate/pull/64) auto publish (#64) (@lukekarrys) +* [`6d6c071`](https://github.com/npm/npm-user-validate/commit/6d6c0719a7621af2a377247c8b5d086a6064852a) [#62](https://github.com/npm/npm-user-validate/pull/62) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) +* [`776cb72`](https://github.com/npm/npm-user-validate/commit/776cb722865ea593999bca22ceb08af8c6425b92) [#62](https://github.com/npm/npm-user-validate/pull/62) postinstall for dependabot template-oss PR (@lukekarrys) +* [`fc5c7bc`](https://github.com/npm/npm-user-validate/commit/fc5c7bcd2513b2740a6131283c0ecee031d12c29) [#61](https://github.com/npm/npm-user-validate/pull/61) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot]) + ## [2.0.0](https://github.com/npm/npm-user-validate/compare/v1.0.1...v2.0.0) (2022-12-12) ### ⚠️ BREAKING CHANGES diff --git a/package.json b/package.json index e07fe8d..15a1305 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-user-validate", - "version": "2.0.0", + "version": "2.0.1", "description": "User validations for npm", "main": "lib/index.js", "devDependencies": {