Skip to content

Commit

Permalink
chore(release): 1.31.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.31.0](v1.30.6...v1.31.0) (2022-10-28)

### Bug Fixes

* gzip fixes ([332cce3](332cce3))
* use warmup if cache enabled ([ea98328](ea98328))

### Features

* add cache warmup ([622573c](622573c))
  • Loading branch information
antongolub committed Oct 28, 2022
1 parent ea98328 commit bc53ec8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.31.0](https://github.com/antongolub/npm-registry-firewall/compare/v1.30.6...v1.31.0) (2022-10-28)


### Bug Fixes

* gzip fixes ([332cce3](https://github.com/antongolub/npm-registry-firewall/commit/332cce31bb1ed1e707e829ef68a05e67094625e1))
* use warmup if cache enabled ([ea98328](https://github.com/antongolub/npm-registry-firewall/commit/ea98328e4cb9db4a03085546abeee423b83059bd))


### Features

* add cache warmup ([622573c](https://github.com/antongolub/npm-registry-firewall/commit/622573c8e1c6c4307605743a4db1cf8c981d5da1))

## [1.30.6](https://github.com/antongolub/npm-registry-firewall/compare/v1.30.5...v1.30.6) (2022-10-28)


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.6",
"version": "1.31.0",
"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 bc53ec8

Please sign in to comment.