Skip to content

Commit 2d3fa00

Browse files
authored
Merge pull request #777 from postmanlabs/release/v1.14.0
Release version v1.14.0
2 parents 127c57a + d2c0a51 commit 2d3fa00

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
## [Unreleased]
44

5+
## [v1.14.0] - 2024-10-10
6+
57
### Fixed
68

7-
- Fix for - [#5330](https://github.com/postmanlabs/postman-app-support/issues/5330) Added support for usage of --data-binary flag when using long format option for body type binary.
9+
- Fix for - [#5330](https://github.com/postmanlabs/postman-app-support/issues/5330) Added support for usage of --data-binary flag when using long format option for body type binary.
810

9-
- Fix for - [#540](https://github.com/postmanlabs/postman-code-generators/issues/540) Curl codesnippet's JSON body must follow multiLine option's configuration.
11+
- Fix for - [#540](https://github.com/postmanlabs/postman-code-generators/issues/540) Curl codesnippet's JSON body must follow multiLine option's configuration.
1012

1113
## [v1.13.0] - 2024-09-11
1214

@@ -182,7 +184,9 @@ v1.0.0 (May 29, 2020)
182184
- Add ES6 syntax support for NodeJS Request, NodeJS Native and NodeJS Unirest
183185
- Fix snippet generation for powershell and jquery, where form data params had no type field
184186

185-
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.13.0...HEAD
187+
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.0...HEAD
188+
189+
[v1.14.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.13.0...v1.14.0
186190

187191
[v1.13.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.12.0...v1.13.0
188192

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.13.0",
3+
"version": "1.14.0",
44
"description": "Generates code snippets for a postman collection",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)