Skip to content

Commit e70b834

Browse files
committed
11.0.2
1 parent 264ced7 commit e70b834

File tree

6 files changed

+29
-6
lines changed

6 files changed

+29
-6
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [11.0.2](https://github.com/johannesjo/super-productivity/compare/v11.0.1...v11.0.2) (2024-12-19)
2+
3+
### Bug Fixes
4+
5+
- build error ([68db334](https://github.com/johannesjo/super-productivity/commit/68db334ab238f60c5f698a455194fd810e079d7c))
6+
7+
### Features
8+
9+
- **issue:** go back to classic way of doing jira requests as it is more reliable ([264ced7](https://github.com/johannesjo/super-productivity/commit/264ced70d4e4bc27a2344d452e9ef7cab19ebb1a))
10+
- **issue:** improve error handling for backlog import ([b3f7eb0](https://github.com/johannesjo/super-productivity/commit/b3f7eb0953985a94607ac56eabad3a4f436753f3))
11+
- **issue:** improve jira error handling ([a33de8c](https://github.com/johannesjo/super-productivity/commit/a33de8cdce4290758bcacacea56b71aad721251d))
12+
- **issue:** make post requests work for jira api ([0e892dd](https://github.com/johannesjo/super-productivity/commit/0e892dd8572faaa1c691322342829a997eb5124f))
13+
114
## [11.0.1](https://github.com/johannesjo/super-productivity/compare/v11.0.0...v11.0.1) (2024-12-19)
215

316
### Bug Fixes

Diff for: android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
minSdkVersion 24
2121
targetSdkVersion 34
2222
compileSdk 34
23-
versionCode 110001_02_99
24-
versionName "11.0.1"
23+
versionCode 110002_02_99
24+
versionName "11.0.2"
2525
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2626
manifestPlaceholders = [
2727
hostName : "app.super-productivity.com",
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
### Bug Fixes
3+
4+
* build error
5+
### Features
6+
7+
* **issue:** go back to classic way of doing jira requests as it is more reliable
8+
* **issue:** improve error handling for backlog import
9+
* **issue:** improve jira error handling
10+
* **issue:** make post requests work for jira api

Diff for: package-lock.json

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

Diff for: package.json

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

Diff for: 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: '11.0.1',
3+
version: '11.0.2',
44
revision: 'NO_REV',
55
branch: 'NO_BRANCH',
66
};

0 commit comments

Comments
 (0)