Skip to content

Commit 20196f5

Browse files
committed
Merge branch 'release/26.1.0'
2 parents 307d825 + 3893b27 commit 20196f5

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
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",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export enum SubscriptionFrequency {
22
Never = 'none',
33
Daily = 'daily',
4-
Instant = 'instant',
4+
Instant = 'instantly',
55
}

0 commit comments

Comments
 (0)