Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-04-07 01:20:35 +0300
committerGar <wraithgar@github.com>2022-04-07 23:46:50 +0300
commitefc6eb6479b2dc97babcfccb64988a86b5371af1 (patch)
tree6cf37b8c36654c729bd5b872870eebdc0c0debd3
parent3516f61e415d9ce6e9b00378c45791e33bb99fc9 (diff)
chore(latest): release libnpmversion 3.0.2
-rw-r--r--workspaces/libnpmversion/CHANGELOG.md13
-rw-r--r--workspaces/libnpmversion/package.json2
2 files changed, 14 insertions, 1 deletions
diff --git a/workspaces/libnpmversion/CHANGELOG.md b/workspaces/libnpmversion/CHANGELOG.md
index e251ad4e1..83134e27e 100644
--- a/workspaces/libnpmversion/CHANGELOG.md
+++ b/workspaces/libnpmversion/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+### [3.0.2](https://github.com/npm/cli/compare/libnpmversion-v3.0.1...libnpmversion-v3.0.2) (2022-04-06)
+
+
+### Bug Fixes
+
+* update readme badges ([#4658](https://github.com/npm/cli/issues/4658)) ([2829cb2](https://github.com/npm/cli/commit/2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d))
+
+
+### Dependencies
+
+* @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))
+
### [3.0.1](https://www.github.com/npm/cli/compare/libnpmversion-vlibnpmversion@3.0.0...libnpmversion-v3.0.1) (2022-03-03)
diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json
index 2702dd16d..e59957f63 100644
--- a/workspaces/libnpmversion/package.json
+++ b/workspaces/libnpmversion/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmversion",
- "version": "3.0.1",
+ "version": "3.0.2",
"main": "lib/index.js",
"files": [
"bin/",