This commit is contained in:
Johannes Millan 2025-05-13 22:22:42 +02:00
parent c9ef64d0d2
commit 2ac89bcc3f
6 changed files with 25 additions and 6 deletions

View file

@ -1,3 +1,14 @@
## [13.0.1](https://github.com/johannesjo/super-productivity/compare/v13.0.0...v13.0.1) (2025-05-13)
### Bug Fixes
- error during migration [#4338](https://github.com/johannesjo/super-productivity/issues/4338) ([efd3440](https://github.com/johannesjo/super-productivity/commit/efd34405200c31dbf1065c3e6ab062d339b9e002))
- validation error [#4337](https://github.com/johannesjo/super-productivity/issues/4337) ([66b3693](https://github.com/johannesjo/super-productivity/commit/66b3693edc4161db4713201f1c8a63978fcd4c83))
### Features
- **pfapi:** add repair function for each model individually [#4332](https://github.com/johannesjo/super-productivity/issues/4332) ([c9ef64d](https://github.com/johannesjo/super-productivity/commit/c9ef64d0d2511c52980f0d6f719c2872829838e7))
# [13.0.0](https://github.com/johannesjo/super-productivity/compare/v12.0.6-rc.10...v13.0.0) (2025-05-13)
### Features

View file

@ -20,8 +20,8 @@ android {
minSdkVersion 24
targetSdkVersion 35
compileSdk 35
versionCode 13_00_00_0000
versionName "13.0.0"
versionCode 13_00_01_0000
versionName "13.0.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
hostName : "app.super-productivity.com",

View file

@ -0,0 +1,8 @@
### Bug Fixes
* error during migration #4338
* validation error #4337
### Features
* **pfapi:** add repair function for each model individually #4332

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "superProductivity",
"version": "13.0.0",
"version": "13.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "superProductivity",
"version": "13.0.0",
"version": "13.0.1",
"license": "MIT",
"dependencies": {
"electron-dl": "^3.5.2",

View file

@ -1,6 +1,6 @@
{
"name": "superProductivity",
"version": "13.0.0",
"version": "13.0.1",
"description": "ToDo list and Time Tracking",
"keywords": [
"ToDo",

View file

@ -1,6 +1,6 @@
// this file is automatically generated by git.version.ts script
export const versions = {
version: '13.0.0',
version: '13.0.1',
revision: 'NO_REV',
branch: 'NO_BRANCH',
};