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:
-rw-r--r--workspaces/libnpmorg/CHANGELOG.md7
-rw-r--r--workspaces/libnpmorg/package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/workspaces/libnpmorg/CHANGELOG.md b/workspaces/libnpmorg/CHANGELOG.md
index 18b93a0b5..78f08c0ac 100644
--- a/workspaces/libnpmorg/CHANGELOG.md
+++ b/workspaces/libnpmorg/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [4.0.2](https://www.github.com/npm/cli/compare/libnpmorg-v4.0.1...libnpmorg-v4.0.2) (2022-03-10)
+
+
+### Documentation
+
+* standardize changelog heading ([#4510](https://www.github.com/npm/cli/issues/4510)) ([91f03ee](https://www.github.com/npm/cli/commit/91f03ee618bc635f9cfbded735fe98bbfa9d643f))
+
### [4.0.1](https://www.github.com/npm/cli/compare/libnpmorg-vlibnpmorg@4.0.0...libnpmorg-v4.0.1) (2022-03-03)
diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json
index c00352022..582a60e2d 100644
--- a/workspaces/libnpmorg/package.json
+++ b/workspaces/libnpmorg/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmorg",
- "version": "4.0.1",
+ "version": "4.0.2",
"description": "Programmatic api for `npm org` commands",
"author": "GitHub Inc.",
"main": "lib/index.js",