diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f7ed6..5926623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.13.1](https://github.com/antongolub/npm-registry-firewall/compare/v2.13.0...v2.13.1) (2023-11-02) + +### Fixes & improvements +* docs: mention presentation at HolyJS 2022 ([bd39b9d](https://github.com/antongolub/npm-registry-firewall/commit/bd39b9d987e53f5ce0a320036fa4a54809e22c32)) + ## [2.13.0](https://github.com/antongolub/npm-registry-firewall/compare/v2.12.0...v2.13.0) (2023-10-30) ### Features diff --git a/package-lock.json b/package-lock.json index 39fa4f4..9f4e745 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm-registry-firewall", - "version": "2.13.0", + "version": "2.13.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm-registry-firewall", - "version": "2.13.0", + "version": "2.13.1", "license": "MIT", "bin": { "npm-registry-firewall": "src/main/js/cli.js" diff --git a/package.json b/package.json index 0adb922..1eb70a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-registry-firewall", - "version": "2.13.0", + "version": "2.13.1", "description": "npm registry proxy with on-the-fly filtering", "main": "src/main/js/index.js", "bin": "src/main/js/cli.js",