Skip to content

Commit 1f17062

Browse files
committed
Merge tag '26.1.0' into develop
Angular FE Support for Notification Refactor
2 parents 1410d29 + 20196f5 commit 1f17062

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO.
4+
5+
26.1.0 (2026-01-01)
6+
===================
7+
8+
* Angular FE support for Notification Refactor Project
9+
10+
# vi: ft=markdown
11+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osf",
3-
"version": "25.4.0",
3+
"version": "26.1.0",
44
"scripts": {
55
"ng": "ng",
66
"analyze-bundle": "ng build --configuration=analyze-bundle && source-map-explorer dist/**/*.js --no-border-checks",

0 commit comments

Comments
 (0)