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-08-31 23:38:49 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-09-01 01:54:50 +0300
commit44bfedc22ee11de461eeffa030d30bea921bb0ca (patch)
treef62172ca5f667eb4ce34c30bb17f811dd85a661f /workspaces/libnpmorg
parent6f08157d49d9df141351c78342920df2ef12920b (diff)
chore: release 8.19.0
Diffstat (limited to 'workspaces/libnpmorg')
-rw-r--r--workspaces/libnpmorg/CHANGELOG.md6
-rw-r--r--workspaces/libnpmorg/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/workspaces/libnpmorg/CHANGELOG.md b/workspaces/libnpmorg/CHANGELOG.md
index da03f0833..7f45d2ef9 100644
--- a/workspaces/libnpmorg/CHANGELOG.md
+++ b/workspaces/libnpmorg/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [4.0.4](https://github.com/npm/cli/compare/libnpmorg-v4.0.3...libnpmorg-v4.0.4) (2022-08-31)
+
+### Dependencies
+
+ * [`8ab12dc`](https://github.com/npm/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0`
+
### [4.0.3](https://github.com/npm/cli/compare/libnpmorg-v4.0.2...libnpmorg-v4.0.3) (2022-04-06)
diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json
index 1f5cbb070..7aef13f1a 100644
--- a/workspaces/libnpmorg/package.json
+++ b/workspaces/libnpmorg/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmorg",
- "version": "4.0.3",
+ "version": "4.0.4",
"description": "Programmatic api for `npm org` commands",
"author": "GitHub Inc.",
"main": "lib/index.js",