diff --git a/CHANGELOG.md b/CHANGELOG.md index 4812fda3..6d155079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 5.0.6 (2023-01-09) + +* chore: bumping out of date deps (#603) ([66cfec9](https://github.com/readmeio/api/commit/66cfec9)), closes [#603](https://github.com/readmeio/api/issues/603) +* fix: broken badge, remove unnecessary `.svg` extension ([7c5224c](https://github.com/readmeio/api/commit/7c5224c)), closes [badges/shields#8671](https://github.com/badges/shields/issues/8671) +* fix: failing tests (#602) ([c19a991](https://github.com/readmeio/api/commit/c19a991)), closes [#602](https://github.com/readmeio/api/issues/602) + + + ## 5.0.5 (2022-12-09) * fix: resolving typing issues in JS codegen (#593) ([ab97a70](https://github.com/readmeio/api/commit/ab97a70)), closes [#593](https://github.com/readmeio/api/issues/593) diff --git a/lerna.json b/lerna.json index d878d98e..6c72262c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "packages": ["packages/*"], - "version": "5.0.5" + "version": "5.0.6" } diff --git a/package-lock.json b/package-lock.json index 8a92d280..7ce502e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13135,7 +13135,7 @@ } }, "packages/api": { - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { "@readme/oas-to-har": "^20.0.2", @@ -13235,7 +13235,7 @@ } }, "packages/httpsnippet-client-api": { - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { "content-type": "^1.0.4", diff --git a/packages/api/package-lock.json b/packages/api/package-lock.json index 3d9e7978..cbc82b8c 100644 --- a/packages/api/package-lock.json +++ b/packages/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "api", - "version": "5.0.5", + "version": "5.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "api", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { "@readme/oas-to-har": "^20.0.2", diff --git a/packages/api/package.json b/packages/api/package.json index 784c1b73..e06db57b 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "5.0.5", + "version": "5.0.6", "description": "Magical SDK generation from an OpenAPI definition 🪄", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/api/src/packageInfo.ts b/packages/api/src/packageInfo.ts index e3cfd0e7..df63ab38 100644 --- a/packages/api/src/packageInfo.ts +++ b/packages/api/src/packageInfo.ts @@ -1,3 +1,3 @@ // This file is automatically updated by the build script. export const PACKAGE_NAME = 'api'; -export const PACKAGE_VERSION = '5.0.5'; +export const PACKAGE_VERSION = '5.0.6'; diff --git a/packages/httpsnippet-client-api/package-lock.json b/packages/httpsnippet-client-api/package-lock.json index 3bce8a12..4332906d 100644 --- a/packages/httpsnippet-client-api/package-lock.json +++ b/packages/httpsnippet-client-api/package-lock.json @@ -1,12 +1,12 @@ { "name": "httpsnippet-client-api", - "version": "5.0.5", + "version": "5.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "httpsnippet-client-api", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { "content-type": "^1.0.4", diff --git a/packages/httpsnippet-client-api/package.json b/packages/httpsnippet-client-api/package.json index 31eb58a2..89efa563 100644 --- a/packages/httpsnippet-client-api/package.json +++ b/packages/httpsnippet-client-api/package.json @@ -1,6 +1,6 @@ { "name": "httpsnippet-client-api", - "version": "5.0.5", + "version": "5.0.6", "description": "An HTTPSnippet client for generating snippets for the `api` module.", "main": "./dist/index.js", "types": "./dist/index.d.ts",