Skip to content

Commit

Permalink
Merge pull request #752 from postmanlabs/release/v1.11.0
Browse files Browse the repository at this point in the history
Release version v1.11.0
  • Loading branch information
VShingala authored Jul 10, 2024
2 parents 08ad33c + a366b62 commit cec1e43
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## [Unreleased]

## [v1.10.1] - 2024-05-06
## [v1.11.0] - 2024-07-10

### Chore

## [v1.10.0] - 2024-05-02
- Updated postman-collection to v4.4.0.

## [v1.10.1] - 2024-05-06

### Fixed

Expand Down Expand Up @@ -155,11 +159,11 @@ v1.0.0 (May 29, 2020)
- Add ES6 syntax support for NodeJS Request, NodeJS Native and NodeJS Unirest
- Fix snippet generation for powershell and jquery, where form data params had no type field

[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.10.1...HEAD
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.11.0...HEAD

[v1.10.1]: https://github.com/postmanlabs/postman-code-generators/compare/v1.10.0...v1.10.1
[v1.11.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.10.1...v1.11.0

[v1.10.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.9.0...v1.10.0
[v1.10.1]: https://github.com/postmanlabs/postman-code-generators/compare/v1.10.0...v1.9.0

[v1.9.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.8.0...v1.9.0

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postman-code-generators",
"version": "1.10.1",
"version": "1.11.0",
"description": "Generates code snippets for a postman collection",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit cec1e43

Please sign in to comment.