diff --git a/CHANGELOG.md b/CHANGELOG.md index 5462099a..b319cf07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.13.0](https://github.com/node-modules/urllib/compare/v3.12.0...v3.13.0) (2023-03-25) + + +### Features + +* build target up to ES2022 ([#439](https://github.com/node-modules/urllib/issues/439)) ([95a51ce](https://github.com/node-modules/urllib/commit/95a51ce4a1b73ae5f16da14f67043cb9dd921fe6)) + ## [3.12.0](https://github.com/node-modules/urllib/compare/v3.11.0...v3.12.0) (2023-03-21) diff --git a/package.json b/package.json index 0b019081..682bec52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urllib", - "version": "3.12.0", + "version": "3.13.0", "publishConfig": { "tag": "latest" },