Skip to content

Commit 77f58d1

Browse files
chore: release 2.0.1 (#63)
🤖 I have created a release *beep* *boop* --- ## [2.0.1](v2.0.0...v2.0.1) (2024-05-06) ### Documentation * [`055a7a2`](055a7a2) [#59](#59) readme: fix broken badge URLs (#59) (@10xLaCroixDrinker) ### Chores * [`ee855a8`](ee855a8) [#64](#64) auto publish (#64) (@lukekarrys) * [`6d6c071`](6d6c071) [#62](#62) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) * [`776cb72`](776cb72) [#62](#62) postinstall for dependabot template-oss PR (@lukekarrys) * [`fc5c7bc`](fc5c7bc) [#61](#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>
1 parent ee855a8 commit 77f58d1

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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-
".": "2.0.0"
2+
".": "2.0.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/npm/npm-user-validate/compare/v2.0.0...v2.0.1) (2024-05-06)
4+
5+
### Documentation
6+
7+
* [`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)
8+
9+
### Chores
10+
11+
* [`ee855a8`](https://github.com/npm/npm-user-validate/commit/ee855a880316c47ceff4dff334c5c6f93d17f697) [#64](https://github.com/npm/npm-user-validate/pull/64) auto publish (#64) (@lukekarrys)
12+
* [`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)
13+
* [`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)
14+
* [`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])
15+
316
## [2.0.0](https://github.com/npm/npm-user-validate/compare/v1.0.1...v2.0.0) (2022-12-12)
417

518
### ⚠️ BREAKING CHANGES

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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "User validations for npm",
55
"main": "lib/index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)