Skip to content

Commit b3f115d

Browse files
committed
chore(release): 2.12.0 [skip ci]
1 parent 11e5287 commit b3f115d

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+
## [2.12.0](https://github.com/antongolub/npm-registry-firewall/compare/v2.11.0...v2.12.0) (2023-10-28)
2+
3+
### Features
4+
* feat: export `assertPolicy` helper to check pkg version against the rules preset ([11e5287](https://github.com/antongolub/npm-registry-firewall/commit/11e528704afe2b69259330c290d2722a2baa9cfc))
5+
6+
### Fixes & improvements
7+
* refactor: separate engine firewall domain ([f779be5](https://github.com/antongolub/npm-registry-firewall/commit/f779be538ad05a1c83acdef36a69d697ec4eafa8))
8+
19
## [2.11.0](https://github.com/antongolub/npm-registry-firewall/compare/v2.10.1...v2.11.0) (2023-10-28)
210

311
### Fixes & improvements

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