We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a12943f + a4682ab commit 675ca5aCopy full SHA for 675ca5a
3 files changed
CHANGELOG
@@ -2,6 +2,11 @@
2
3
We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO.
4
5
+26.8.1 (2026-04-20)
6
+===================
7
+
8
+* Hotfix to add alias for ip addresses
9
10
26.8.0 (2026-04-16)
11
===================
12
angular.json
@@ -69,7 +69,7 @@
69
"entry": "src/server.ts"
70
},
71
"security": {
72
- "allowedHosts": ["localhost", "127.0.0.1"]
+ "allowedHosts": ["localhost", "127.0.0.1", "10.*.*.*"]
73
}
74
75
"configurations": {
package.json
@@ -1,6 +1,6 @@
1
{
"name": "osf",
- "version": "26.8.0",
+ "version": "26.8.1",
"scripts": {
"ng": "ng",
"analyze-bundle": "ng build --configuration=analyze-bundle && source-map-explorer dist/**/*.js --no-border-checks",
0 commit comments