Skip to content

Commit 645471b

Browse files
committed
chore(release): 1.30.5 [skip ci]
## [1.30.5](v1.30.4...v1.30.5) (2022-10-28) ### Performance Improvements * optimize etag generator ([181051f](181051f)) * use redirects for tarballs ([681ed67](681ed67)), closes [#68](#68)
1 parent 181051f commit 645471b

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.30.5](https://github.com/antongolub/npm-registry-firewall/compare/v1.30.4...v1.30.5) (2022-10-28)
2+
3+
4+
### Performance Improvements
5+
6+
* optimize etag generator ([181051f](https://github.com/antongolub/npm-registry-firewall/commit/181051fc5ae1b9e591b2cabd3ad15b37783dc643))
7+
* use redirects for tarballs ([681ed67](https://github.com/antongolub/npm-registry-firewall/commit/681ed67c053754390ed2fcaf646c4ceed6599bad)), closes [#68](https://github.com/antongolub/npm-registry-firewall/issues/68)
8+
19
## [1.30.4](https://github.com/antongolub/npm-registry-firewall/compare/v1.30.3...v1.30.4) (2022-10-07)
210

311

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.30.4",
3+
"version": "1.30.5",
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)