diff --git a/.changeset/rich-sloths-cheat.md b/.changeset/rich-sloths-cheat.md deleted file mode 100644 index 2f0aa815..00000000 --- a/.changeset/rich-sloths-cheat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@redocly/openapi-core": minor -"@redocly/cli": minor ---- - -Users can run the CLI tool behind a proxy by using `HTTP_PROXY` or `HTTPS_PROXY` environment variables to configure the proxy settings. diff --git a/docs/changelog.md b/docs/changelog.md index 0efdcc83..e6461e69 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,16 @@ toc: +## 1.16.0 (2024-06-18) + +### Minor Changes + +- Users can run the CLI tool behind a proxy by using `HTTP_PROXY` or `HTTPS_PROXY` environment variables to configure the proxy settings. + +### Patch Changes + +- Updated @redocly/openapi-core to v1.16.0. + ## 1.15.0 (2024-06-11) ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 44f97549..cb4ad8e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13493,10 +13493,10 @@ }, "packages/cli": { "name": "@redocly/cli", - "version": "1.15.0", + "version": "1.16.0", "license": "MIT", "dependencies": { - "@redocly/openapi-core": "1.15.0", + "@redocly/openapi-core": "1.16.0", "abort-controller": "^3.0.0", "chokidar": "^3.5.1", "colorette": "^1.2.0", @@ -13548,7 +13548,7 @@ }, "packages/core": { "name": "@redocly/openapi-core", - "version": "1.15.0", + "version": "1.16.0", "license": "MIT", "dependencies": { "@redocly/ajv": "^8.11.0", @@ -16211,7 +16211,7 @@ "@redocly/cli": { "version": "file:packages/cli", "requires": { - "@redocly/openapi-core": "1.15.0", + "@redocly/openapi-core": "1.16.0", "@types/configstore": "^5.0.1", "@types/glob": "^8.1.0", "@types/react": "^17.0.0 || ^18.2.21", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 23f7f3a0..942cb9bc 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @redocly/cli +## 1.16.0 + +### Minor Changes + +- Users can run the CLI tool behind a proxy by using `HTTP_PROXY` or `HTTPS_PROXY` environment variables to configure the proxy settings. + +### Patch Changes + +- Updated @redocly/openapi-core to v1.16.0. + ## 1.15.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index b92da426..0d5568a1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@redocly/cli", - "version": "1.15.0", + "version": "1.16.0", "description": "", "license": "MIT", "bin": { @@ -36,7 +36,7 @@ "Roman Hotsiy (https://redoc.ly/)" ], "dependencies": { - "@redocly/openapi-core": "1.15.0", + "@redocly/openapi-core": "1.16.0", "abort-controller": "^3.0.0", "chokidar": "^3.5.1", "colorette": "^1.2.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8867848f..021996db 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @redocly/openapi-core +## 1.16.0 + +### Minor Changes + +- Users can run the CLI tool behind a proxy by using `HTTP_PROXY` or `HTTPS_PROXY` environment variables to configure the proxy settings. + ## 1.15.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index e8d4a974..9798f65d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@redocly/openapi-core", - "version": "1.15.0", + "version": "1.16.0", "description": "", "main": "lib/index.js", "engines": {