Skip to content

Commit 91324b7

Browse files
committed
Prepare release v1.14.1
1 parent 1317e9c commit 91324b7

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## [Unreleased]
44

5+
## [v1.14.1] - 2024-12-18
6+
57
### Fixed
68

7-
- Fix for - [#780](https://github.com/postmanlabs/postman-code-generators/issues/780) Made the codegens package manager agnostic by removing lock files.
9+
- Fix for - [#780](https://github.com/postmanlabs/postman-code-generators/issues/780) Made the codegens package manager agnostic by removing lock files.
810

911
## [v1.14.0] - 2024-10-10
1012

@@ -188,7 +190,9 @@ v1.0.0 (May 29, 2020)
188190
- Add ES6 syntax support for NodeJS Request, NodeJS Native and NodeJS Unirest
189191
- Fix snippet generation for powershell and jquery, where form data params had no type field
190192

191-
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.0...HEAD
193+
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.1...HEAD
194+
195+
[v1.14.1]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.0...v1.14.1
192196

193197
[v1.14.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.13.0...v1.14.0
194198

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

0 commit comments

Comments
 (0)