Skip to content

Commit

Permalink
chore(release): 2.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.9.0](v2.8.0...v2.9.0) (2022-12-07)

### Bug Fixes

* fix distTags sorter ([7384aad](7384aad))

### Features

* log denied pkg versions ([3236f67](3236f67))
  • Loading branch information
antongolub committed Dec 7, 2022
1 parent 7384aad commit a2d3a87
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.9.0](https://github.com/antongolub/npm-registry-firewall/compare/v2.8.0...v2.9.0) (2022-12-07)


### Bug Fixes

* fix distTags sorter ([7384aad](https://github.com/antongolub/npm-registry-firewall/commit/7384aad9d91eaf32d9b9a2b20cf5b5b393d9ed4e))


### Features

* log denied pkg versions ([3236f67](https://github.com/antongolub/npm-registry-firewall/commit/3236f6713b9b617933a4df0ab76dd7e324ad4fd8))

# [2.8.0](https://github.com/antongolub/npm-registry-firewall/compare/v2.7.1...v2.8.0) (2022-12-07)


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.8.0",
"version": "2.9.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 a2d3a87

Please sign in to comment.