Skip to content

Commit 4965113

Browse files
chore(release): 1.2.2 [skip ci]
## [1.2.2](v1.2.1...v1.2.2) (2022-04-18) ### Bug Fixes * if first pkg is private it does not persist npmrc ([952f58e](952f58e))
1 parent 952f58e commit 4965113

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.2](https://github.com/semrel-extra/npm/compare/v1.2.1...v1.2.2) (2022-04-18)
2+
3+
4+
### Bug Fixes
5+
6+
* if first pkg is private it does not persist npmrc ([952f58e](https://github.com/semrel-extra/npm/commit/952f58ed252bb79d4df4b7e4c30dc62d8aa04db2))
7+
18
## [1.2.1](https://github.com/semrel-extra/npm/compare/v1.2.0...v1.2.1) (2022-04-18)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@semrel-extra/npm",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Drop-in-repl for @semantic-release/npm plugin to handle `npm-whoami` throttling issue for monorepos",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)