Skip to content

Commit c9c7244

Browse files
Merge pull request #759 from postmanlabs/release/v1.12.0
Release version v1.12.0
2 parents 74d1269 + 3f9955d commit c9c7244

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## [v1.12.0] - 2024-07-22
6+
7+
### Chore
8+
9+
- Updated postman-collection sdk to version 4.4.0 in missing codegens.
10+
11+
### Fixed
12+
13+
- Fix typo in Content-Header for audio/midi files in codegens.
14+
- Added support for NTLM auth support in cURL codegen.
15+
516
## [v1.11.0] - 2024-07-10
617

718
### Chore
@@ -159,7 +170,9 @@ v1.0.0 (May 29, 2020)
159170
- Add ES6 syntax support for NodeJS Request, NodeJS Native and NodeJS Unirest
160171
- Fix snippet generation for powershell and jquery, where form data params had no type field
161172

162-
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.11.0...HEAD
173+
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.12.0...HEAD
174+
175+
[v1.12.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.11.0...v1.12.0
163176

164177
[v1.11.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.10.1...v1.11.0
165178

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postman-code-generators",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "Generates code snippets for a postman collection",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)