Skip to content

Commit 6b0a4f1

Browse files
committed
Prepare release v2.0.0
1 parent 441bed6 commit 6b0a4f1

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+
## [v2.0.0] - 2025-03-10
6+
57
## [v1.14.2] - 2025-02-21
68

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

199-
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.2...HEAD
201+
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v2.0.0...HEAD
202+
203+
[v2.0.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.2...v2.0.0
200204

201205
[v1.14.2]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.1...v1.14.2
202206

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

0 commit comments

Comments
 (0)