diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ef4e60..da1688cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.19.1](https://github.com/node-modules/urllib/compare/v3.19.0...v3.19.1) (2023-09-17) + + +### Bug Fixes + +* use types instead of typings ([#469](https://github.com/node-modules/urllib/issues/469)) ([8c4ec6c](https://github.com/node-modules/urllib/commit/8c4ec6c58935333aabe4b92ca86504c1491e72d9)) + ## [3.19.0](https://github.com/node-modules/urllib/compare/v3.18.1...v3.19.0) (2023-09-14) diff --git a/package.json b/package.json index 2a81e76a..dad22948 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urllib", - "version": "3.19.0", + "version": "3.19.1", "publishConfig": { "tag": "latest" },