diff --git a/.changeset/wild-pets-report.md b/.changeset/wild-pets-report.md deleted file mode 100644 index 69c0ebb3a..000000000 --- a/.changeset/wild-pets-report.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@redocly/openapi-core": patch -"@redocly/cli": patch ---- - -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 540eb0ad8..eeab2308b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,13 @@ toc: +## 1.10.2 (2024-03-04) + +### Patch Changes + +- Users can run the CLI tool behind a proxy by using `HTTP_PROXY` or `HTTPS_PROXY` environment variables to configure the proxy settings. +- Updated @redocly/openapi-core to v1.10.2. + ## 1.10.1 (2024-02-29) ### Patch Changes diff --git a/package-lock.json b/package-lock.json index cd6e6cd22..384519630 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12885,10 +12885,10 @@ }, "packages/cli": { "name": "@redocly/cli", - "version": "1.10.1", + "version": "1.10.2", "license": "MIT", "dependencies": { - "@redocly/openapi-core": "1.10.1", + "@redocly/openapi-core": "1.10.2", "abort-controller": "^3.0.0", "chokidar": "^3.5.1", "colorette": "^1.2.0", @@ -12940,7 +12940,7 @@ }, "packages/core": { "name": "@redocly/openapi-core", - "version": "1.10.1", + "version": "1.10.2", "license": "MIT", "dependencies": { "@redocly/ajv": "^8.11.0", @@ -15583,7 +15583,7 @@ "@redocly/cli": { "version": "file:packages/cli", "requires": { - "@redocly/openapi-core": "1.10.1", + "@redocly/openapi-core": "1.10.2", "@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 f5d59f5b1..0e35448f7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @redocly/cli +## 1.10.2 + +### Patch Changes + +- Users can run the CLI tool behind a proxy by using `HTTP_PROXY` or `HTTPS_PROXY` environment variables to configure the proxy settings. +- Updated @redocly/openapi-core to v1.10.2. + ## 1.10.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 4e0701f01..b5d81377a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@redocly/cli", - "version": "1.10.1", + "version": "1.10.2", "description": "", "license": "MIT", "bin": { @@ -36,7 +36,7 @@ "Roman Hotsiy (https://redoc.ly/)" ], "dependencies": { - "@redocly/openapi-core": "1.10.1", + "@redocly/openapi-core": "1.10.2", "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 eb500c197..a08cc1297 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @redocly/openapi-core +## 1.10.2 + +### Patch 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.10.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 46b578f99..dca67ac73 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@redocly/openapi-core", - "version": "1.10.1", + "version": "1.10.2", "description": "", "main": "lib/index.js", "engines": {