Skip to content

Commit 1a5db19

Browse files
authored
Merge pull request #258 from postmanlabs/release/v2.2.0
Release version v2.2.0
2 parents f51a408 + 6e74a61 commit 1a5db19

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [v2.2.0] - 2025-09-24
6+
7+
- Unlock dependency versions in package.json.
8+
59
## [v2.1.0] - 2025-08-06
610

711
## [v2.0.0] - 2025-03-07
@@ -138,7 +142,9 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com) format.
138142
- Stable release
139143
- Removed libxmljs from package.json
140144

141-
[Unreleased]: https://github.com/postmanlabs/wsdl-to-postman/compare/v2.1.0...HEAD
145+
[Unreleased]: https://github.com/postmanlabs/wsdl-to-postman/compare/v2.2.0...HEAD
146+
147+
[v2.2.0]: https://github.com/postmanlabs/wsdl-to-postman/compare/v2.1.0...v2.2.0
142148

143149
[v2.1.0]: https://github.com/postmanlabs/wsdl-to-postman/compare/v2.0.0...v2.1.0
144150

package-lock.json

Lines changed: 2 additions & 2 deletions
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/wsdl-to-postman",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Convert a given WSDL specification (1.1) to Postman Collection",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)