Skip to content

Commit

Permalink
Merge pull request #82 from postmanlabs/release/v1.8.1
Browse files Browse the repository at this point in the history
Release version v1.8.1
  • Loading branch information
VShingala authored Apr 17, 2024
2 parents 5eba9d8 + 30424c2 commit 1238c66
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [v1.8.1] - 2024-04-17

### Added

- Added support for determining raw body language based on content-type header.

## [v1.8.0] - 2024-01-17

### Changed
Expand Down Expand Up @@ -122,7 +128,9 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com) format.
- Conforming to the internal Postman plugin interface
- Fixes for Github issues - 4770,3623,3135,4018,5737,5286, among others

[Unreleased]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.0...HEAD
[Unreleased]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.1...HEAD

[v1.8.1]: https://github.com/postmanlabs/curl-to-postman/compare/v1.8.0...v1.8.1

[v1.8.0]: https://github.com/postmanlabs/curl-to-postman/compare/v1.7.1...v1.8.0

Expand Down
4 changes: 2 additions & 2 deletions 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": "curl-to-postmanv2",
"version": "1.8.0",
"version": "1.8.1",
"description": "Convert a given CURL command to a Postman request",
"main": "index.js",
"com_postman_plugin": {
Expand Down

0 comments on commit 1238c66

Please sign in to comment.