diff --git a/package-lock.json b/package-lock.json index ce443bce578ac..917170f2b2d82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10719,7 +10719,7 @@ } }, "workspaces/libnpmteam": { - "version": "4.0.3", + "version": "1.0.0", "license": "ISC", "dependencies": { "aproba": "^2.0.0", diff --git a/workspaces/libnpmteam/CHANGELOG.md b/workspaces/libnpmteam/CHANGELOG.md index b203fe7d6dea7..05916e7280e5d 100644 --- a/workspaces/libnpmteam/CHANGELOG.md +++ b/workspaces/libnpmteam/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 1.0.0 (2022-08-23) + + +### Bug Fixes + +* update readme badges ([#4658](https://github.com/npm/cli/issues/4658)) ([2829cb2](https://github.com/npm/cli/commit/2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d)) + + +### Dependencies + +* @npmcli/eslint-config@3.1.0 ([8ab12dc](https://github.com/npm/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460)) +* @npmcli/template-oss@3.2.1 ([aac01b8](https://github.com/npm/cli/commit/aac01b89caf6336a2eb34d696296303cdadd5c08)) +* @npmcli/template-oss@3.2.2 ([#4639](https://github.com/npm/cli/issues/4639)) ([a59fd2c](https://github.com/npm/cli/commit/a59fd2cb863245fce56f96c90ac854e62c5c4d6f)) +* libnpmteam@4.0.3 ([35e5100](https://github.com/npm/cli/commit/35e5100e287925d19df4aab98de96cf70a6ff5a6)) + ### [4.0.3](https://github.com/npm/cli/compare/libnpmteam-v4.0.2...libnpmteam-v4.0.3) (2022-04-06) diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json index 54fdab0a6c9b8..cb9122e9a9119 100644 --- a/workspaces/libnpmteam/package.json +++ b/workspaces/libnpmteam/package.json @@ -1,7 +1,7 @@ { "name": "libnpmteam", "description": "npm Team management APIs", - "version": "4.0.3", + "version": "1.0.0", "author": "GitHub Inc.", "license": "ISC", "main": "lib/index.js",