Skip to content

Commit

Permalink
chore(release): 2.12.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 28, 2023
1 parent 11e5287 commit b3f115d
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 @@
## [2.12.0](https://github.com/antongolub/npm-registry-firewall/compare/v2.11.0...v2.12.0) (2023-10-28)

### Features
* feat: export `assertPolicy` helper to check pkg version against the rules preset ([11e5287](https://github.com/antongolub/npm-registry-firewall/commit/11e528704afe2b69259330c290d2722a2baa9cfc))

### Fixes & improvements
* refactor: separate engine firewall domain ([f779be5](https://github.com/antongolub/npm-registry-firewall/commit/f779be538ad05a1c83acdef36a69d697ec4eafa8))

## [2.11.0](https://github.com/antongolub/npm-registry-firewall/compare/v2.10.1...v2.11.0) (2023-10-28)

### Fixes & improvements
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": "2.11.0",
"version": "2.12.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 b3f115d

Please sign in to comment.