Skip to content

Commit 66b87cc

Browse files
committed
Prepare release v1.8.0
1 parent afa18c7 commit 66b87cc

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## [Unreleased]
44

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

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

@@ -138,7 +140,9 @@ v1.0.0 (May 29, 2020)
138140
- Add ES6 syntax support for NodeJS Request, NodeJS Native and NodeJS Unirest
139141
- Fix snippet generation for powershell and jquery, where form data params had no type field
140142

141-
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.7.2...HEAD
143+
[Unreleased]: https://github.com/postmanlabs/postman-code-generators/compare/v1.8.0...HEAD
144+
145+
[v1.8.0]: https://github.com/postmanlabs/postman-code-generators/compare/v1.7.2...v1.8.0
142146

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

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

0 commit comments

Comments
 (0)