Skip to content

Commit 32c07a1

Browse files
committed
Prepare release v2.1.1
1 parent 9308aa8 commit 32c07a1

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [v2.1.1] - 2026-03-10
6+
57
## [v2.1.0] - 2025-11-12
68

79
### Feature
10+
811
- Support Postman CLI's request command.
912

1013
### Chore
14+
1115
- Upgraded build pipeline to use Ubuntu 22 (in response to GitHub Action's deprecation.)
1216

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

213-
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v2.1.0...HEAD
217+
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v2.1.1...HEAD
218+
219+
[v2.1.1]: https://github.com/postmanlabs/postman-code-generators/compare/v2.1.0...v2.1.1
214220

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

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)