Skip to content

Commit c2dd080

Browse files
authored
Merge pull request #790 from postmanlabs/release/v2.0.0
Release version v2.0.0
2 parents 441bed6 + 586a424 commit c2dd080

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [v2.0.0] - 2025-03-10
6+
7+
### Breaking Changes
8+
9+
- Dropped support for node < v18.
10+
511
## [v1.14.2] - 2025-02-21
612

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

199-
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.2...HEAD
205+
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v2.0.0...HEAD
206+
207+
[v2.0.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.2...v2.0.0
200208

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

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.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)