Skip to content

Commit

Permalink
chore(release): 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.12.0](v1.11.1...v1.12.0) (2024-08-06)

### Features

* **deps:** update dependencies openapi-to-postmanv2 from v4.22.0 to v4.23.1 ([#288](#288)) ([16456b8](16456b8))
  • Loading branch information
eg-oss-ci committed Aug 6, 2024
1 parent 16456b8 commit b934920
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [1.11.1](https://github.com/ExpediaGroup/spec-transformer/compare/v1.11.0...v1.11.1) (2024-08-06)
## [1.12.0](https://github.com/ExpediaGroup/spec-transformer/compare/v1.11.1...v1.12.0) (2024-08-06)

### Bug Fixes
### Features

* **deps:** downgrade semantic release github plugin ([#291](https://github.com/ExpediaGroup/spec-transformer/issues/291)) ([9acc3ec](https://github.com/ExpediaGroup/spec-transformer/commit/9acc3eccb60bf185699e79a3d543fe00a53cce04))
* **deps:** update dependencies openapi-to-postmanv2 from v4.22.0 to v4.23.1 ([#288](https://github.com/ExpediaGroup/spec-transformer/issues/288)) ([16456b8](https://github.com/ExpediaGroup/spec-transformer/commit/16456b80ba484dd4182d895f0d3a679a67e611f6))
8 changes: 4 additions & 4 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expediagroup/spec-transformer",
"version": "1.11.1",
"version": "1.12.0",
"description": "API Spec Transformer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"commander": "12.1.0",
"js-yaml": "4.1.0",
"openapi-to-postmanv2": "4.22.0",
"openapi-to-postmanv2": "4.23.1",
"openapi3-ts": "4.3.3"
},
"devDependencies": {
Expand All @@ -52,13 +52,13 @@
"@semantic-release/release-notes-generator": "14.0.1",
"@types/jest": "29.5.12",
"@types/js-yaml": "4.0.9",
"@types/node": "20.14.13",
"@types/node": "20.14.14",
"@types/openapi-to-postmanv2": "3.2.4",
"conventional-changelog-conventionalcommits": "8.0.0",
"jest": "29.7.0",
"prettier": "3.3.3",
"semantic-release": "24.0.0",
"ts-jest": "29.2.3",
"ts-jest": "29.2.4",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
Expand Down

0 comments on commit b934920

Please sign in to comment.