Skip to content

Commit 167e8a7

Browse files
committed
Prepare release v1.10.1
1 parent 491aeee commit 167e8a7

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.10.1] - 2024-05-06
6+
57
## [v1.10.0] - 2024-05-02
68

79
### Fixed
@@ -153,7 +155,9 @@ v1.0.0 (May 29, 2020)
153155
- Add ES6 syntax support for NodeJS Request, NodeJS Native and NodeJS Unirest
154156
- Fix snippet generation for powershell and jquery, where form data params had no type field
155157

156-
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.10.0...HEAD
158+
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.10.1...HEAD
159+
160+
[v1.10.1]: https://github.com/postmanlabs/postman-code-generators/compare/v1.10.0...v1.10.1
157161

158162
[v1.10.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.9.0...v1.10.0
159163

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

0 commit comments

Comments
 (0)