Skip to content

Commit

Permalink
11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Dec 19, 2024
1 parent 264ced7 commit e70b834
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [11.0.2](https://github.com/johannesjo/super-productivity/compare/v11.0.1...v11.0.2) (2024-12-19)

### Bug Fixes

- build error ([68db334](https://github.com/johannesjo/super-productivity/commit/68db334ab238f60c5f698a455194fd810e079d7c))

### Features

- **issue:** go back to classic way of doing jira requests as it is more reliable ([264ced7](https://github.com/johannesjo/super-productivity/commit/264ced70d4e4bc27a2344d452e9ef7cab19ebb1a))
- **issue:** improve error handling for backlog import ([b3f7eb0](https://github.com/johannesjo/super-productivity/commit/b3f7eb0953985a94607ac56eabad3a4f436753f3))
- **issue:** improve jira error handling ([a33de8c](https://github.com/johannesjo/super-productivity/commit/a33de8cdce4290758bcacacea56b71aad721251d))
- **issue:** make post requests work for jira api ([0e892dd](https://github.com/johannesjo/super-productivity/commit/0e892dd8572faaa1c691322342829a997eb5124f))

## [11.0.1](https://github.com/johannesjo/super-productivity/compare/v11.0.0...v11.0.1) (2024-12-19)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
minSdkVersion 24
targetSdkVersion 34
compileSdk 34
versionCode 110001_02_99
versionName "11.0.1"
versionCode 110002_02_99
versionName "11.0.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [
hostName : "app.super-productivity.com",
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/110002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

### Bug Fixes

* build error
### Features

* **issue:** go back to classic way of doing jira requests as it is more reliable
* **issue:** improve error handling for backlog import
* **issue:** improve jira error handling
* **issue:** make post requests work for jira api
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superProductivity",
"version": "11.0.1",
"version": "11.0.2",
"description": "ToDo list and Time Tracking",
"keywords": [
"ToDo",
Expand Down
2 changes: 1 addition & 1 deletion src/environments/versions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// this file is automatically generated by git.version.ts script
export const versions = {
version: '11.0.1',
version: '11.0.2',
revision: 'NO_REV',
branch: 'NO_BRANCH',
};

0 comments on commit e70b834

Please sign in to comment.