Skip to content

Commit 18eef9b

Browse files
committed
Prepare release v1.12.0
1 parent 74d1269 commit 18eef9b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [v1.12.0] - 2024-07-22
6+
57
## [v1.11.0] - 2024-07-10
68

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

162-
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.11.0...HEAD
164+
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.12.0...HEAD
165+
166+
[v1.12.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.11.0...v1.12.0
163167

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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)