Skip to content

Commit

Permalink
chore(release): 1.28.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.28.0](v1.27.0...v1.28.0) (2022-10-02)

### Features

* support custom http agent ([da9c8c7](da9c8c7))
  • Loading branch information
antongolub committed Oct 2, 2022
1 parent da9c8c7 commit 9cbcd61
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.28.0](https://github.com/antongolub/npm-registry-firewall/compare/v1.27.0...v1.28.0) (2022-10-02)


### Features

* support custom http agent ([da9c8c7](https://github.com/antongolub/npm-registry-firewall/commit/da9c8c7857a4c2bb27aa970c8a4d5fd1c2db4ebd))

# [1.27.0](https://github.com/antongolub/npm-registry-firewall/compare/v1.26.1...v1.27.0) (2022-10-01)


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.27.0",
"version": "1.28.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 9cbcd61

Please sign in to comment.