Skip to content

Commit

Permalink
chore(latest): release libnpmhook 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 30, 2022
1 parent d60cfbc commit 36c7430
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions workspaces/libnpmhook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [9.0.0](https://github.com/10088/cli/compare/libnpmhook-v8.0.3...libnpmhook-v9.0.0) (2022-05-30)


### ⚠ BREAKING CHANGES

* **libnpmhook:** the log option is no longer passed to the updated deps

### Bug Fixes

* **logout:** require proper auth.js from npm-registry-fetch ([90c384c](https://github.com/10088/cli/commit/90c384ccccac32c80c481a04c438cbcbea82539c))
* replace deprecated String.prototype.substr() ([#4667](https://github.com/10088/cli/issues/4667)) ([e3da5df](https://github.com/10088/cli/commit/e3da5df4152fbe547f7871547165328e1bf06262))
* set proper workspace repo urls in package.json ([#4476](https://github.com/10088/cli/issues/4476)) ([0cfc155](https://github.com/10088/cli/commit/0cfc155db5f11ce23419e440111d99a63bf39754))
* update readme badges ([#4658](https://github.com/10088/cli/issues/4658)) ([2829cb2](https://github.com/10088/cli/commit/2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d))


### Documentation

* standardize changelog heading ([#4510](https://github.com/10088/cli/issues/4510)) ([91f03ee](https://github.com/10088/cli/commit/91f03ee618bc635f9cfbded735fe98bbfa9d643f))


### Dependencies

* @npmcli/template-oss@3.2.1 ([aac01b8](https://github.com/10088/cli/commit/aac01b89caf6336a2eb34d696296303cdadd5c08))
* @npmcli/template-oss@3.2.2 ([#4639](https://github.com/10088/cli/issues/4639)) ([a59fd2c](https://github.com/10088/cli/commit/a59fd2cb863245fce56f96c90ac854e62c5c4d6f))
* libnpmhook@8.0.0 ([1dab298](https://github.com/10088/cli/commit/1dab29805c820f82e4bae18123e911fec6948dfd))
* libnpmhook@8.0.3 ([7ed9faf](https://github.com/10088/cli/commit/7ed9fafaa951071a7988a3ec4ca3a5e01756b11d))
* **libnpmhook:** update to latest major versions of npm deps ([78f4a01](https://github.com/10088/cli/commit/78f4a013c6e577714bda6851fb69a39c873571af))
* npm-registry-fetch@12.0.1 ([1bfc507](https://github.com/10088/cli/commit/1bfc507f2a5afa02f04d4dea2fc6d151d4fef3ac))

### [8.0.3](https://github.com/npm/cli/compare/libnpmhook-v8.0.2...libnpmhook-v8.0.3) (2022-04-06)


Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmhook",
"version": "8.0.3",
"version": "9.0.0",
"description": "programmatic API for managing npm registry hooks",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 36c7430

Please sign in to comment.