Skip to content

Commit 5114d49

Browse files
committed
Prepare release v1.14.2
1 parent b09286b commit 5114d49

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [v1.14.2] - 2025-02-21
6+
57
### Fixed
68

79
- Fix for - [#772](https://github.com/postmanlabs/postman-code-generators/issues/772) Ignore workspace dependencies while deepinstall for pnpm.
@@ -194,7 +196,9 @@ v1.0.0 (May 29, 2020)
194196
- Add ES6 syntax support for NodeJS Request, NodeJS Native and NodeJS Unirest
195197
- Fix snippet generation for powershell and jquery, where form data params had no type field
196198

197-
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.1...HEAD
199+
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.2...HEAD
200+
201+
[v1.14.2]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.1...v1.14.2
198202

199203
[v1.14.1]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.0...v1.14.1
200204

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

0 commit comments

Comments
 (0)