Skip to content

Commit fecc726

Browse files
authored
chore(dev): release 11.1.6 (#3999)
1 parent 7376d45 commit fecc726

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "11.1.5"
2+
".": "11.1.6"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [11.1.6](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v11.1.5...v11.1.6) (2025-12-22)
6+
7+
8+
### Bug Fixes
9+
10+
* Update node-forge to version 1.3.2 ([#3996](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3996)) ([aea7fc6](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/aea7fc6e45d4ec51bd8d26519606edb2217fa7b8))
11+
512
## [11.1.5](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v11.1.4...v11.1.5) (2025-11-19)
613

714

package-lock.json

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graph-explorer-v2",
3-
"version": "11.1.5",
3+
"version": "11.1.6",
44
"private": true,
55
"dependencies": {
66
"@augloop/types-core": "file:packages/types-core-2.16.189.tgz",
@@ -132,5 +132,10 @@
132132
"reportPath": "reports",
133133
"reportFile": "test-report.xml",
134134
"indent": 4
135+
},
136+
"overrides": {
137+
"selfsigned": {
138+
"node-forge": "1.3.2"
139+
}
135140
}
136141
}

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.projectKey=microsoftgraph_microsoft-graph-explorer-v4
22
sonar.organization=microsoftgraph2
33
sonar.projectName=microsoft-graph-explorer-v4
44
// x-release-please-start-version
5-
sonar.projectVersion=11.1.5
5+
sonar.projectVersion=11.1.6
66
// x-release-please-end
77
sonar.host.url=https://sonarcloud.io
88

0 commit comments

Comments
 (0)