Skip to content

Commit

Permalink
Merge pull request #713 from postmanlabs/release/v1.8.0
Browse files Browse the repository at this point in the history
Release version v1.8.0
  • Loading branch information
Dhwaneet Bhatt committed Jun 27, 2023
2 parents afa18c7 + 66b87cc commit fce73e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## [Unreleased]

- Fix for - [#10521](https://github.com/postmanlabs/postman-app-support/issues/10521) Add support for Dart Dio snippet generation
## [v1.8.0] - 2023-06-27

- Fix for - [#10521](https://github.com/postmanlabs/postman-app-support/issues/10521) Add support for Dart Dio snippet generation

## [v1.7.2] - 2023-05-04

Expand Down Expand Up @@ -138,7 +140,9 @@ 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.7.2...HEAD
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.8.0...HEAD

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

[v1.7.2]: https://github.com/postmanlabs/postman-code-generators/compare/v1.7.1...v1.7.2

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.7.2",
"version": "1.8.0",
"description": "Generates code snippets for a postman collection",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit fce73e6

Please sign in to comment.