diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1881be227..ead4828b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "11.1.6" + ".": "11.1.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d8365bb9f..154d9fc38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [11.1.7](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v11.1.6...v11.1.7) (2026-01-06) + + +### Bug Fixes + +* make proxy endpoint configurable via environment variable ([#4002](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/4002)) ([297474e](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/297474e6f5c098cc5d983261712713a169831284)) + ## [11.1.6](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v11.1.5...v11.1.6) (2025-12-22) diff --git a/package-lock.json b/package-lock.json index 4cfa21115..bf537cf7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "graph-explorer-v2", - "version": "11.1.6", + "version": "11.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "graph-explorer-v2", - "version": "11.1.6", + "version": "11.1.7", "dependencies": { "@augloop/types-core": "file:packages/types-core-2.16.189.tgz", "@axe-core/webdriverjs": "4.10.1", diff --git a/package.json b/package.json index c6801af08..e7fccf6bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graph-explorer-v2", - "version": "11.1.6", + "version": "11.1.7", "private": true, "dependencies": { "@augloop/types-core": "file:packages/types-core-2.16.189.tgz", diff --git a/sonar-project.properties b/sonar-project.properties index 21a568c15..50fac97e5 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=microsoftgraph_microsoft-graph-explorer-v4 sonar.organization=microsoftgraph2 sonar.projectName=microsoft-graph-explorer-v4 // x-release-please-start-version -sonar.projectVersion=11.1.6 +sonar.projectVersion=11.1.7 // x-release-please-end sonar.host.url=https://sonarcloud.io