We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea743a commit a865d78Copy full SHA for a865d78
2 files changed
CHANGELOG
@@ -2,6 +2,11 @@
2
3
We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO.
4
5
+26.3.1 (2026-02-25)
6
+===================
7
+
8
+* Hotfix to prevent 403 error when fetching metadata from causing a redirect
9
10
26.3.0 (2026-02-24)
11
===================
12
package.json
@@ -1,6 +1,6 @@
1
{
"name": "osf",
- "version": "26.3.0",
+ "version": "26.3.1",
"scripts": {
"ng": "ng",
"analyze-bundle": "ng build --configuration=analyze-bundle && source-map-explorer dist/**/*.js --no-border-checks",
0 commit comments