Skip to content

Commit 01c5b6c

Browse files
chore: 0.14.1 (release)
## [0.14.1](v0.14.0...v0.14.1) (2022-11-04) ### Updates & Maintenance * add conventional-changelog-conventionalcommits ([787980b](787980b)) * update release.config.js ([b67c8f8](b67c8f8))
1 parent 787980b commit 01c5b6c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.14.1](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.14.0...v0.14.1) (2022-11-04)
2+
3+
4+
### Updates & Maintenance
5+
6+
* add conventional-changelog-conventionalcommits ([787980b](https://github.com/mParticle/mparticle-android-sample-apps/commit/787980b940fa0013ee6b82c7f0c87d9cd59fef4b))
7+
* update release.config.js ([b67c8f8](https://github.com/mParticle/mparticle-android-sample-apps/commit/b67c8f88d85da97190613ae6dc49180e8fd1496d))
8+
19
# [0.14.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.13.0...v0.14.0) (2022-11-04)
210

311

core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
minSdk = 24
1818
targetSdk = 33
1919
versionCode = buildVersionCode()
20-
versionName = "0.14.0-SNAPSHOT"
20+
versionName = "0.14.1-SNAPSHOT"
2121
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2222
buildConfigField("String", "HIGGS_SHOP_SAMPLE_APP_KEY", "\"${System.getenv("HIGGS_SHOP_SAMPLE_APP_KEY")}\"")
2323
buildConfigField("String", "HIGGS_SHOP_SAMPLE_APP_SECRET", "\"${System.getenv("HIGGS_SHOP_SAMPLE_APP_SECRET")}\"")

0 commit comments

Comments
 (0)