Skip to content

Commit f3a6732

Browse files
chore(main): release 1.1.2
1 parent 41daafd commit f3a6732

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.2](https://github.com/extole/extole-specification/compare/v1.1.1...v1.1.2) (2026-07-16)
4+
5+
6+
### Bug Fixes
7+
8+
* keep Postman request bodies from OpenAPI examples ([34eb42f](https://github.com/extole/extole-specification/commit/34eb42fb2e0da407e81373781f29eec2a352e902))
9+
* recreate Postman collections on publish instead of PUT update ([41daafd](https://github.com/extole/extole-specification/commit/41daafd31ba8f97e30a54f8c9c4b1150c11973e1))
10+
* recreate Postman collections on publish instead of PUT update ([d073233](https://github.com/extole/extole-specification/commit/d07323367e4d4eb126daa84d3a2b5506970f17eb))
11+
* scope publish fix to DELETE+POST scripts only ([06f1f7f](https://github.com/extole/extole-specification/commit/06f1f7f28c2c49c11e2821a34d85ddb501db5ba5))
12+
* use parametersResolution Example for OpenAPI to Postman conversion ([94f34f3](https://github.com/extole/extole-specification/commit/94f34f310bd0a00b93610aadaf5b7ae7ba1b7f6e))
13+
* use parametersResolution Example for OpenAPI to Postman conversion ([1d58afa](https://github.com/extole/extole-specification/commit/1d58afa61dbea76481555d90afc9d1661604bafb))
14+
315
## [1.1.1](https://github.com/extole/extole-specification/compare/v1.1.0...v1.1.1) (2026-07-08)
416

517

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": "@extole/specification",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Extole API OpenAPI specifications and Postman collections.",
55
"author": "Extole <engineering@extole.com>",
66
"scripts": {

0 commit comments

Comments
 (0)