Skip to content

Commit

Permalink
chore(latest): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 6, 2022
1 parent 1b30c72 commit 3cef6fd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions workspaces/libnpmsearch/CHANGELOG.md
@@ -1,5 +1,33 @@
# Changelog

## 1.0.0 (2022-04-06)


### ⚠ BREAKING CHANGES

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

### Bug Fixes

* added arborist action and updated template-oss ([#4215](https://github.com/petershin/cli/issues/4215)) ([aa538df](https://github.com/petershin/cli/commit/aa538df4c19f46d2e24e2635d1214176c662fcea))
* **logout:** require proper auth.js from npm-registry-fetch ([90c384c](https://github.com/petershin/cli/commit/90c384ccccac32c80c481a04c438cbcbea82539c))
* set proper workspace repo urls in package.json ([#4476](https://github.com/petershin/cli/issues/4476)) ([0cfc155](https://github.com/petershin/cli/commit/0cfc155db5f11ce23419e440111d99a63bf39754))
* update readme badges ([#4658](https://github.com/petershin/cli/issues/4658)) ([2829cb2](https://github.com/petershin/cli/commit/2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d))


### Documentation

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


### Dependencies

* @npmcli/template-oss@3.2.1 ([aac01b8](https://github.com/petershin/cli/commit/aac01b89caf6336a2eb34d696296303cdadd5c08))
* @npmcli/template-oss@3.2.2 ([#4639](https://github.com/petershin/cli/issues/4639)) ([a59fd2c](https://github.com/petershin/cli/commit/a59fd2cb863245fce56f96c90ac854e62c5c4d6f))
* libnpmsearch@5.0.0 ([8b26a6d](https://github.com/petershin/cli/commit/8b26a6db13c37a6f0df86c54ca859ad2f9627825))
* **libnpmsearch:** update to latest major versions of npm deps ([1c09034](https://github.com/petershin/cli/commit/1c09034d41db3a7dc622a2ec56e303aa63980d7b))
* npm-registry-fetch@12.0.1 ([1bfc507](https://github.com/petershin/cli/commit/1bfc507f2a5afa02f04d4dea2fc6d151d4fef3ac))

### [5.0.2](https://www.github.com/npm/cli/compare/libnpmsearch-v5.0.1...libnpmsearch-v5.0.2) (2022-03-10)


Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmsearch/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmsearch",
"version": "5.0.2",
"version": "1.0.0",
"description": "Programmatic API for searching in npm and compatible registries.",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand Down

0 comments on commit 3cef6fd

Please sign in to comment.