diff --git a/CHANGELOG.md b/CHANGELOG.md index d728866..919c74d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.11.0](https://github.com/displaynone/shield-authenticator/compare/v1.10.0...v1.11.0) (2023-04-26) + + +### Features + +* added back button ([5368b16](https://github.com/displaynone/shield-authenticator/commit/5368b16da00782ec737a0ca972cccd73c7bece63)) + + +### Bug Fixes + +* handled camera permission denied ([689f1d2](https://github.com/displaynone/shield-authenticator/commit/689f1d237a661743dde7f0d65c85984862e5f703)) +* rtl texts ([397c875](https://github.com/displaynone/shield-authenticator/commit/397c8755f32390931efe752c66ef278c18075d1d)) + ## [1.10.0](https://github.com/displaynone/shield-authenticator/compare/v1.9.0...v1.10.0) (2023-04-23) diff --git a/app.config.js b/app.config.js index 238aad5..872fc85 100644 --- a/app.config.js +++ b/app.config.js @@ -22,7 +22,7 @@ module.exports = { backgroundColor: '#FFFFFF', }, package: 'com.displaynone.timepass', - versionCode: 1100000, + versionCode: 1110000, }, scheme: 'shield-authenticator', plugins: [ diff --git a/build/latest.apk b/build/latest.apk index 31f9e33..9de8522 100644 Binary files a/build/latest.apk and b/build/latest.apk differ diff --git a/package-lock.json b/package-lock.json index 92ea6d8..0a8160a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shield-authenticator", - "version": "1.10.0", + "version": "1.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shield-authenticator", - "version": "1.10.0", + "version": "1.11.0", "license": "MIT", "dependencies": { "@babel/plugin-proposal-decorators": "^7.21.0", diff --git a/package.json b/package.json index bb95852..6439d4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shield-authenticator", - "version": "1.10.0", + "version": "1.11.0", "author": { "name": "Luis Sacristán", "email": "displaynone@gmail.com",