Skip to content

Commit 30d2467

Browse files
committed
chore(release): 1.30.0 [skip ci]
# [1.30.0](v1.29.1...v1.30.0) (2022-10-04) ### Features * support several target registries ([aa06883](aa06883)), closes [#62](#62)
1 parent aa06883 commit 30d2467

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.30.0](https://github.com/antongolub/npm-registry-firewall/compare/v1.29.1...v1.30.0) (2022-10-04)
2+
3+
4+
### Features
5+
6+
* support several target registries ([aa06883](https://github.com/antongolub/npm-registry-firewall/commit/aa0688309f541f409b544344ed5dc2c5d3d2d0a4)), closes [#62](https://github.com/antongolub/npm-registry-firewall/issues/62)
7+
18
## [1.29.1](https://github.com/antongolub/npm-registry-firewall/compare/v1.29.0...v1.29.1) (2022-10-04)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-registry-firewall",
3-
"version": "1.29.1",
3+
"version": "1.30.0",
44
"description": "npm registry proxy with on-the-fly filtering",
55
"main": "src/main/js/index.js",
66
"bin": "src/main/js/cli.js",

0 commit comments

Comments
 (0)