Skip to content

Commit

Permalink
Merge pull request #230 from postmanlabs/release/v1.12.1
Browse files Browse the repository at this point in the history
Release version v1.12.1
  • Loading branch information
VShingala authored Feb 15, 2024
2 parents 8164762 + 046a267 commit 88817e2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [16.x, 18.x]
steps:
- name: Get Code
uses: actions/checkout@v3
Expand Down
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.1] - 2024-02-15

### Fixed

- Downgraded libxmljs2 since latest version requires minimum node v18 and current package supports v16.

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

### Fixed
Expand Down Expand Up @@ -94,7 +100,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.0...HEAD
[Unreleased]: https://github.com/postmanlabs/wsdl-to-postman/compare/v1.12.1...HEAD

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

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

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.0",
"version": "1.12.1",
"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.33.0",
"libxmljs2": "0.30.1",
"node-fetch": "2.6.5",
"path-browserify": "1.0.1",
"postman-collection": "3.6.9",
Expand Down

0 comments on commit 88817e2

Please sign in to comment.