Skip to content

Commit 95d8a9c

Browse files
committed
12.0.6-rc.1
1 parent 0525c06 commit 95d8a9c

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [12.0.6-rc.1](https://github.com/johannesjo/super-productivity/compare/v12.0.6-rc.0...v12.0.6-rc.1) (2025-04-15)
2+
13
## [12.0.6-rc.0](https://github.com/johannesjo/super-productivity/compare/v12.0.5...v12.0.6-rc.0) (2025-04-15)
24

35
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "superProductivity",
3-
"version": "12.0.6-rc.0",
3+
"version": "12.0.6-rc.1",
44
"description": "ToDo list and Time Tracking",
55
"keywords": [
66
"ToDo",

src/environments/versions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// this file is automatically generated by git.version.ts script
22
export const versions = {
3-
version: '12.0.6-rc.0',
3+
version: '12.0.6-rc.1',
44
revision: 'NO_REV',
55
branch: 'NO_BRANCH',
66
};

0 commit comments

Comments
 (0)