Skip to content

Commit

Permalink
chore(release): 1.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.15.0](v1.14.2...v1.15.0) (2022-04-17)

### Features

* configurable `logger` ([7a2d4fb](7a2d4fb))

### Performance Improvements

* print error stacktrace ([dcab6f1](dcab6f1))
  • Loading branch information
antongolub committed Apr 17, 2022
1 parent 7a2d4fb commit d0fc59a
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 @@
# [1.15.0](https://github.com/antongolub/npm-registry-firewall/compare/v1.14.2...v1.15.0) (2022-04-17)


### Features

* configurable `logger` ([7a2d4fb](https://github.com/antongolub/npm-registry-firewall/commit/7a2d4fbdef6af2ff8f186762318a042059554a96))


### Performance Improvements

* print error stacktrace ([dcab6f1](https://github.com/antongolub/npm-registry-firewall/commit/dcab6f15e72eab17d74ef1e7c3fe2d7f0365e6c9))

## [1.14.2](https://github.com/antongolub/npm-registry-firewall/compare/v1.14.1...v1.14.2) (2022-04-17)

## [1.14.1](https://github.com/antongolub/npm-registry-firewall/compare/v1.14.0...v1.14.1) (2022-04-17)
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": "1.14.2",
"version": "1.15.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 d0fc59a

Please sign in to comment.