Skip to content

Commit

Permalink
chore: release 2.0.1 (#63)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] committed May 6, 2024
1 parent ee855a8 commit 77f58d1
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@
{
".": "2.0.0"
".": "2.0.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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": "2.0.0",
"version": "2.0.1",
"description": "User validations for npm",
"main": "lib/index.js",
"devDependencies": {
Expand Down

0 comments on commit 77f58d1

Please sign in to comment.