Skip to content

Commit

Permalink
Merge pull request #767 from postmanlabs/release/v1.13.0
Browse files Browse the repository at this point in the history
Release version v1.13.0
  • Loading branch information
VShingala authored Sep 11, 2024
2 parents 89cb038 + 59fd9dc commit 3494492
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.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": "postman-code-generators",
"version": "1.12.0",
"version": "1.13.0",
"description": "Generates code snippets for a postman collection",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 3494492

Please sign in to comment.