Skip to content

Commit c529ce8

Browse files
committed
chore(release): 21.1.0
1 parent 4c1cb99 commit c529ce8

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## 21.1.0 (2021-05-08)
6+
7+
8+
### Features
9+
10+
* add github-actions ([20f37c9](https://github.com/mcauto/android-template/commit/20f37c9c4afd505350df4357f9d81d52840db7b7))
11+
* **ci:** add standard version, apply calver ([019eaeb](https://github.com/mcauto/android-template/commit/019eaeb91e07ef1ff62b8f9e5534a15a57f51e60))
12+
* **detekt:** apply detekt ([c6301ec](https://github.com/mcauto/android-template/commit/c6301ec2cdb6128a66110d9297cbade1f8add42d))
13+
* **ktlint:** apply ktlint ([c0e8e1b](https://github.com/mcauto/android-template/commit/c0e8e1bf6cd4fcc30a3a75da89e9fb6aec9bd02e))
14+
* **leak-canary:** apply leak-canary ([9bdddfa](https://github.com/mcauto/android-template/commit/9bdddfa2af7bc6f0be344cbca8a5017ca301e0c2))

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
minSdkVersion 21
1616
targetSdkVersion 30
1717
versionCode 1
18-
versionName "1.0"
18+
versionName "21.1.0"
1919

2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121
}

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "android-template",
3-
"version": "21.0.0",
3+
"version": "21.1.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)