From c53f39b30b44333baf24c548fa0834f5e455e166 Mon Sep 17 00:00:00 2001 From: "@antongolub" Date: Tue, 4 Oct 2022 15:35:21 +0000 Subject: [PATCH] chore(release): 1.30.1 [skip ci] ## [1.30.1](https://github.com/antongolub/npm-registry-firewall/compare/v1.30.0...v1.30.1) (2022-10-04) ### Bug Fixes * do not log stacktrace on 404 ([70af1c0](https://github.com/antongolub/npm-registry-firewall/commit/70af1c06b7d39f709402d5ef1a9204d90b39288a)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d67d8..2862788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.30.1](https://github.com/antongolub/npm-registry-firewall/compare/v1.30.0...v1.30.1) (2022-10-04) + + +### Bug Fixes + +* do not log stacktrace on 404 ([70af1c0](https://github.com/antongolub/npm-registry-firewall/commit/70af1c06b7d39f709402d5ef1a9204d90b39288a)) + # [1.30.0](https://github.com/antongolub/npm-registry-firewall/compare/v1.29.1...v1.30.0) (2022-10-04) diff --git a/package-lock.json b/package-lock.json index 86882a2..3d93aa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm-registry-firewall", - "version": "1.30.0", + "version": "1.30.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "npm-registry-firewall", - "version": "1.30.0", + "version": "1.30.1", "license": "MIT", "bin": { "npm-registry-firewall": "src/main/js/cli.js" diff --git a/package.json b/package.json index a7cc915..6db31d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-registry-firewall", - "version": "1.30.0", + "version": "1.30.1", "description": "npm registry proxy with on-the-fly filtering", "main": "src/main/js/index.js", "bin": "src/main/js/cli.js",