Skip to content

Commit 60741ad

Browse files
authored
Merge pull request #804 from postmanlabs/release/v2.1.0
Release version v2.1.0
2 parents ba67b2a + fe5cb79 commit 60741ad

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,19 @@
22

33
## [Unreleased]
44

5+
## [v2.1.0] - 2025-11-12
6+
7+
### Feature
8+
- Support Postman CLI's request command.
9+
10+
### Chore
11+
- Upgraded build pipeline to use Ubuntu 22 (in response to GitHub Action's deprecation.)
12+
513
## [v2.0.0] - 2025-03-10
614

715
### Breaking Changes
816

9-
- Dropped support for node < v18.
17+
- Dropped support for node &lt; v18.
1018

1119
## [v1.14.2] - 2025-02-21
1220

@@ -202,7 +210,9 @@ v1.0.0 (May 29, 2020)
202210
- Add ES6 syntax support for NodeJS Request, NodeJS Native and NodeJS Unirest
203211
- Fix snippet generation for powershell and jquery, where form data params had no type field
204212

205-
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v2.0.0...HEAD
213+
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v2.1.0...HEAD
214+
215+
[v2.1.0]: https://github.com/postmanlabs/postman-code-generators/compare/v2.0.0...v2.1.0
206216

207217
[v2.0.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.14.2...v2.0.0
208218

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

0 commit comments

Comments
 (0)