Skip to content

Commit

Permalink
chore(release): 21.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 8, 2021
1 parent 4c1cb99 commit c529ce8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

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.

## 21.1.0 (2021-05-08)


### Features

* add github-actions ([20f37c9](https://github.com/mcauto/android-template/commit/20f37c9c4afd505350df4357f9d81d52840db7b7))
* **ci:** add standard version, apply calver ([019eaeb](https://github.com/mcauto/android-template/commit/019eaeb91e07ef1ff62b8f9e5534a15a57f51e60))
* **detekt:** apply detekt ([c6301ec](https://github.com/mcauto/android-template/commit/c6301ec2cdb6128a66110d9297cbade1f8add42d))
* **ktlint:** apply ktlint ([c0e8e1b](https://github.com/mcauto/android-template/commit/c0e8e1bf6cd4fcc30a3a75da89e9fb6aec9bd02e))
* **leak-canary:** apply leak-canary ([9bdddfa](https://github.com/mcauto/android-template/commit/9bdddfa2af7bc6f0be344cbca8a5017ca301e0c2))
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionName "21.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion 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": "android-template",
"version": "21.0.0",
"version": "21.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c529ce8

Please sign in to comment.