Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.2.86...v5.0.0) (2023-11-28)

### Bug Fixes

* Update @podium/utils to version 5.0.0-next.1 ([29da2c9](29da2c9))
* Use v5 versions of @podium/utils and @podium/schema ([a37ca1f](a37ca1f))

### Features

* Convert to ESM ([#150](#150)) ([9f3c2d3](9f3c2d3))
* Drop node 10.x support ([bcd95a1](bcd95a1))
* Support manifest with array of proxy endpoints ([#226](#226)) ([330384b](330384b))
* Use ES private properties instead of Symbols and defineProperty() for privacy ([#84](#84)) ([37fd140](37fd140))

### BREAKING CHANGES

* Convert from CommonJS to ESM

* feat: Convert to ESM

Co-authored-by: Trygve Lie <trygve.lie@finn.no>
* Due to dropping node 10.x support we use ES private properties instead of Symbols and `.defineProperty()`.

Co-authored-by: Trygve Lie <trygve.lie@finn.no>
* Only support node 12 and 14.
  • Loading branch information
semantic-release-bot committed Nov 28, 2023
1 parent 463dd81 commit 346f17d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# [5.0.0](https://github.com/podium-lib/proxy/compare/v4.2.86...v5.0.0) (2023-11-28)


### Bug Fixes

* Update @podium/utils to version 5.0.0-next.1 ([29da2c9](https://github.com/podium-lib/proxy/commit/29da2c9da76f35a772eb5e8ed874b660bf99186e))
* Use v5 versions of @podium/utils and @podium/schema ([a37ca1f](https://github.com/podium-lib/proxy/commit/a37ca1f151e7e334856b5fb09e5dfe122724280b))


### Features

* Convert to ESM ([#150](https://github.com/podium-lib/proxy/issues/150)) ([9f3c2d3](https://github.com/podium-lib/proxy/commit/9f3c2d3e3474889b73706f4e1cf5d571ed2a42ee))
* Drop node 10.x support ([bcd95a1](https://github.com/podium-lib/proxy/commit/bcd95a144d54861fa7d7e28c0298a87463902bc1))
* Support manifest with array of proxy endpoints ([#226](https://github.com/podium-lib/proxy/issues/226)) ([330384b](https://github.com/podium-lib/proxy/commit/330384bb5179bc21c9a4d2518fa349e801855880))
* Use ES private properties instead of Symbols and defineProperty() for privacy ([#84](https://github.com/podium-lib/proxy/issues/84)) ([37fd140](https://github.com/podium-lib/proxy/commit/37fd1406975a046e0f79b50858c04bd13ca46ba0))


### BREAKING CHANGES

* Convert from CommonJS to ESM

* feat: Convert to ESM

Co-authored-by: Trygve Lie <trygve.lie@finn.no>
* Due to dropping node 10.x support we use ES private properties instead of Symbols and `.defineProperty()`.

Co-authored-by: Trygve Lie <trygve.lie@finn.no>
* Only support node 12 and 14.

# [5.0.0-next.8](https://github.com/podium-lib/proxy/compare/v5.0.0-next.7...v5.0.0-next.8) (2023-11-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podium/proxy",
"version": "5.0.0-next.8",
"version": "5.0.0",
"description": "Transparent http proxy. Dynamically mounts proxy targets on an existing HTTP server instance.",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit 346f17d

Please sign in to comment.