Skip to content

Commit aa02124

Browse files
authored
Merge pull request #37 from displaynone:release-please--branches--main--components--shield-authenticator
chore(main): release 1.11.0
2 parents 0043777 + 53dd2f8 commit aa02124

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.11.0](https://github.com/displaynone/shield-authenticator/compare/v1.10.0...v1.11.0) (2023-04-26)
4+
5+
6+
### Features
7+
8+
* added back button ([5368b16](https://github.com/displaynone/shield-authenticator/commit/5368b16da00782ec737a0ca972cccd73c7bece63))
9+
10+
11+
### Bug Fixes
12+
13+
* handled camera permission denied ([689f1d2](https://github.com/displaynone/shield-authenticator/commit/689f1d237a661743dde7f0d65c85984862e5f703))
14+
* rtl texts ([397c875](https://github.com/displaynone/shield-authenticator/commit/397c8755f32390931efe752c66ef278c18075d1d))
15+
316
## [1.10.0](https://github.com/displaynone/shield-authenticator/compare/v1.9.0...v1.10.0) (2023-04-23)
417

518

app.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
backgroundColor: '#FFFFFF',
2323
},
2424
package: 'com.displaynone.timepass',
25-
versionCode: 1100000,
25+
versionCode: 1110000,
2626
},
2727
scheme: 'shield-authenticator',
2828
plugins: [

build/latest.apk

11.8 KB
Binary file not shown.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shield-authenticator",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"author": {
55
"name": "Luis Sacristán",
66
"email": "[email protected]",

0 commit comments

Comments
 (0)