Skip to content

Commit 4b9cbb2

Browse files
authored
Merge pull request #812 from postmanlabs/release/v2.1.1
Release version v2.1.1
2 parents 9308aa8 + 8444fa9 commit 4b9cbb2

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22

33
## [Unreleased]
44

5+
## [v2.1.1] - 2026-03-10
6+
7+
### Chore
8+
9+
- Removed "path" as a dependency and upgraded package-lock version to v3.
10+
511
## [v2.1.0] - 2025-11-12
612

713
### Feature
14+
815
- Support Postman CLI's request command.
916

1017
### Chore
18+
1119
- Upgraded build pipeline to use Ubuntu 22 (in response to GitHub Action's deprecation.)
1220

1321
## [v2.0.0] - 2025-03-10
@@ -210,7 +218,9 @@ v1.0.0 (May 29, 2020)
210218
- Add ES6 syntax support for NodeJS Request, NodeJS Native and NodeJS Unirest
211219
- Fix snippet generation for powershell and jquery, where form data params had no type field
212220

213-
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v2.1.0...HEAD
221+
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v2.1.1...HEAD
222+
223+
[v2.1.1]: https://github.com/postmanlabs/postman-code-generators/compare/v2.1.0...v2.1.1
214224

215225
[v2.1.0]: https://github.com/postmanlabs/postman-code-generators/compare/v2.0.0...v2.1.0
216226

package-lock.json

Lines changed: 2 additions & 2 deletions
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.1.0",
3+
"version": "2.1.1",
44
"description": "Generates code snippets for a postman collection",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)