diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a781bfc..4c59ac9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 5.0.8 (2023-03-17) + +* chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#613) ([ebb90af](https://github.com/readmeio/api/commit/ebb90af)), closes [#613](https://github.com/readmeio/api/issues/613) +* chore(deps): bumping out of date deps (#611) ([287a708](https://github.com/readmeio/api/commit/287a708)), closes [#611](https://github.com/readmeio/api/issues/611) +* chore(test): refreshing the smoketest dataset ([1a457e4](https://github.com/readmeio/api/commit/1a457e4)) +* feat: add install flag to bypass prompt (#625) ([415fb8e](https://github.com/readmeio/api/commit/415fb8e)), closes [#625](https://github.com/readmeio/api/issues/625) + + + ## 5.0.7 (2023-01-23) * fix: moving off `fs/promises` to `fs` in client-side code (#605) ([1d9c87e](https://github.com/readmeio/api/commit/1d9c87e)), closes [#605](https://github.com/readmeio/api/issues/605) diff --git a/lerna.json b/lerna.json index 666f813f..7b307c8c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "packages": ["packages/*"], - "version": "5.0.7" + "version": "5.0.8" } diff --git a/package-lock.json b/package-lock.json index 05d9889d..cd9ac7db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13449,7 +13449,7 @@ } }, "packages/api": { - "version": "5.0.7", + "version": "5.0.8", "license": "MIT", "dependencies": { "@readme/oas-to-har": "^20.0.2", @@ -13549,7 +13549,7 @@ } }, "packages/httpsnippet-client-api": { - "version": "5.0.7", + "version": "5.0.8", "license": "MIT", "dependencies": { "content-type": "^1.0.5", diff --git a/packages/api/package-lock.json b/packages/api/package-lock.json index 5309b0df..8932cf6c 100644 --- a/packages/api/package-lock.json +++ b/packages/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "api", - "version": "5.0.7", + "version": "5.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "api", - "version": "5.0.7", + "version": "5.0.8", "license": "MIT", "dependencies": { "@readme/oas-to-har": "^20.0.2", diff --git a/packages/api/package.json b/packages/api/package.json index d490efbe..48876c36 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "5.0.7", + "version": "5.0.8", "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 4251cf1e..6b925c10 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.7'; +export const PACKAGE_VERSION = '5.0.8'; diff --git a/packages/httpsnippet-client-api/package-lock.json b/packages/httpsnippet-client-api/package-lock.json index 1b536ddb..29b896dc 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.7", + "version": "5.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "httpsnippet-client-api", - "version": "5.0.7", + "version": "5.0.8", "license": "MIT", "dependencies": { "content-type": "^1.0.5", diff --git a/packages/httpsnippet-client-api/package.json b/packages/httpsnippet-client-api/package.json index 5767ca3d..07015be4 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.7", + "version": "5.0.8", "description": "An HTTPSnippet client for generating snippets for the `api` module.", "main": "./dist/index.js", "types": "./dist/index.d.ts",