Skip to content

Commit ea72583

Browse files
committed
Prepare release v1.10.0
1 parent 8dd0d4d commit ea72583

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.0] - 2024-05-02
6+
57
### Fixed
68

79
- Fix `+` char being encoded in query params of multiple languages.
@@ -151,7 +153,9 @@ v1.0.0 (May 29, 2020)
151153
- Add ES6 syntax support for NodeJS Request, NodeJS Native and NodeJS Unirest
152154
- Fix snippet generation for powershell and jquery, where form data params had no type field
153155

154-
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.9.0...HEAD
156+
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.10.0...HEAD
157+
158+
[v1.10.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.9.0...v1.10.0
155159

156160
[v1.9.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.8.0...v1.9.0
157161

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

0 commit comments

Comments
 (0)