Skip to content

Commit

Permalink
Merge pull request #233 from postmanlabs/release/v1.12.2
Browse files Browse the repository at this point in the history
Release version v1.12.2
  • Loading branch information
VShingala authored May 21, 2024
2 parents 88817e2 + 3445754 commit 87ba191
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 23 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.12.2] - 2024-05-21

### Fixed

- Upgraded libxmljs2 to v0.32.0 to support the arm64 binaries.

## [v1.12.1] - 2024-02-15

### Fixed
Expand Down Expand Up @@ -100,7 +106,9 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com) format.
- Stable release
- Removed libxmljs from package.json

[Unreleased]: https://github.com/postmanlabs/wsdl-to-postman/compare/v1.12.1...HEAD
[Unreleased]: https://github.com/postmanlabs/wsdl-to-postman/compare/v1.12.2...HEAD

[v1.12.2]: https://github.com/postmanlabs/wsdl-to-postman/compare/v1.12.1...v1.12.2

[v1.12.1]: https://github.com/postmanlabs/wsdl-to-postman/compare/v1.12.0...v1.12.1

Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@postman/wsdl-to-postman",
"version": "1.12.1",
"version": "1.12.2",
"description": "Convert a given WSDL specification (1.1) to Postman Collection",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"clone": "2.1.2",
"commander": "8.2.0",
"fast-xml-parser": "3.21.1",
"libxmljs2": "0.30.1",
"libxmljs2": "0.32.0",
"node-fetch": "2.6.5",
"path-browserify": "1.0.1",
"postman-collection": "3.6.9",
Expand Down

0 comments on commit 87ba191

Please sign in to comment.