Skip to content

Commit

Permalink
chore(release): 2.4.9 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.9](v2.4.8...v2.4.9) (2021-06-18)

### Bug Fixes

* avoid --experimental-json-modules, read pkg.json via fs ([376e8fd](376e8fd))
  • Loading branch information
qiwibot committed Jun 18, 2021
1 parent 376e8fd commit 5aada5f
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 @@
## [2.4.9](https://github.com/qiwi/qorsproxy/compare/v2.4.8...v2.4.9) (2021-06-18)


### Bug Fixes

* avoid --experimental-json-modules, read pkg.json via fs ([376e8fd](https://github.com/qiwi/qorsproxy/commit/376e8fdb439b559e0b586f57b49c698bc9e7854f))

## [2.4.8](https://github.com/qiwi/qorsproxy/compare/v2.4.7...v2.4.8) (2021-06-18)


Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.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": "qorsproxy",
"version": "2.4.8",
"version": "2.4.9",
"description": "HTTP(S) proxy for dev purposes",
"main": "./src/main/js/index.js",
"type": "module",
Expand Down

0 comments on commit 5aada5f

Please sign in to comment.