From c9b4d496f52289a166b9c64d44ba0f88c7548556 Mon Sep 17 00:00:00 2001 From: "@antongolub" Date: Mon, 12 Dec 2022 20:21:58 +0000 Subject: [PATCH] chore(release): 2.10.1 [skip ci] ## [2.10.1](https://github.com/antongolub/npm-registry-firewall/compare/v2.10.0...v2.10.1) (2022-12-12) ### Bug Fixes * add fromArrayBufferToBuffer util ([754163a](https://github.com/antongolub/npm-registry-firewall/commit/754163a33468048f8b7c750a05dc007c8ac94979)) --- 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 baec00d..ee552ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.10.1](https://github.com/antongolub/npm-registry-firewall/compare/v2.10.0...v2.10.1) (2022-12-12) + + +### Bug Fixes + +* add fromArrayBufferToBuffer util ([754163a](https://github.com/antongolub/npm-registry-firewall/commit/754163a33468048f8b7c750a05dc007c8ac94979)) + # [2.10.0](https://github.com/antongolub/npm-registry-firewall/compare/v2.9.3...v2.10.0) (2022-12-12) diff --git a/package-lock.json b/package-lock.json index fb41494..6289709 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm-registry-firewall", - "version": "2.10.0", + "version": "2.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "npm-registry-firewall", - "version": "2.10.0", + "version": "2.10.1", "license": "MIT", "bin": { "npm-registry-firewall": "src/main/js/cli.js" diff --git a/package.json b/package.json index 58caeb3..b52e8d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-registry-firewall", - "version": "2.10.0", + "version": "2.10.1", "description": "npm registry proxy with on-the-fly filtering", "main": "src/main/js/index.js", "bin": "src/main/js/cli.js",