Skip to content

Commit

Permalink
chore(release): 1.30.5 [skip ci]
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
antongolub committed Oct 28, 2022
1 parent 181051f commit 645471b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.30.5](https://github.com/antongolub/npm-registry-firewall/compare/v1.30.4...v1.30.5) (2022-10-28)


### Performance Improvements

* optimize etag generator ([181051f](https://github.com/antongolub/npm-registry-firewall/commit/181051fc5ae1b9e591b2cabd3ad15b37783dc643))
* 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)

## [1.30.4](https://github.com/antongolub/npm-registry-firewall/compare/v1.30.3...v1.30.4) (2022-10-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-registry-firewall",
"version": "1.30.4",
"version": "1.30.5",
"description": "npm registry proxy with on-the-fly filtering",
"main": "src/main/js/index.js",
"bin": "src/main/js/cli.js",
Expand Down

0 comments on commit 645471b

Please sign in to comment.