diff --git a/CHANGELOG.md b/CHANGELOG.md index d086d3f04..ee9afb1ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,22 @@ ## [Unreleased] +## [v1.13.0] - 2024-09-11 + +### Fixed + +- Fix for - [#760](https://github.com/postmanlabs/postman-code-generators/issues/760) Fixed package installation issues with yarn (v4) and pnpm. + ## [v1.12.0] - 2024-07-22 ### Chore -- Updated postman-collection sdk to version 4.4.0 in missing codegens. +- Updated postman-collection sdk to version 4.4.0 in missing codegens. ### Fixed -- Fix typo in Content-Header for audio/midi files in codegens. -- Added support for NTLM auth support in cURL codegen. +- Fix typo in Content-Header for audio/midi files in codegens. +- Added support for NTLM auth support in cURL codegen. ## [v1.11.0] - 2024-07-10 @@ -170,7 +176,9 @@ v1.0.0 (May 29, 2020) - Add ES6 syntax support for NodeJS Request, NodeJS Native and NodeJS Unirest - Fix snippet generation for powershell and jquery, where form data params had no type field -[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.12.0...HEAD +[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.13.0...HEAD + +[v1.13.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.12.0...v1.13.0 [v1.12.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.11.0...v1.12.0 diff --git a/package-lock.json b/package-lock.json index 2fee04685..c5c0623c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "postman-code-generators", - "version": "1.12.0", + "version": "1.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dbf0af1bb..cb23c862a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postman-code-generators", - "version": "1.12.0", + "version": "1.13.0", "description": "Generates code snippets for a postman collection", "main": "index.js", "directories": {