Skip to content

Commit

Permalink
chore: 0.14.1 (release)
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
mparticle-automation committed Nov 4, 2022
1 parent 787980b commit 01c5b6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.14.1](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.14.0...v0.14.1) (2022-11-04)


### Updates & Maintenance

* add conventional-changelog-conventionalcommits ([787980b](https://github.com/mParticle/mparticle-android-sample-apps/commit/787980b940fa0013ee6b82c7f0c87d9cd59fef4b))
* update release.config.js ([b67c8f8](https://github.com/mParticle/mparticle-android-sample-apps/commit/b67c8f88d85da97190613ae6dc49180e8fd1496d))

# [0.14.0](https://github.com/mParticle/mparticle-android-sample-apps/compare/v0.13.0...v0.14.0) (2022-11-04)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
minSdk = 24
targetSdk = 33
versionCode = buildVersionCode()
versionName = "0.14.0-SNAPSHOT"
versionName = "0.14.1-SNAPSHOT"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "HIGGS_SHOP_SAMPLE_APP_KEY", "\"${System.getenv("HIGGS_SHOP_SAMPLE_APP_KEY")}\"")
buildConfigField("String", "HIGGS_SHOP_SAMPLE_APP_SECRET", "\"${System.getenv("HIGGS_SHOP_SAMPLE_APP_SECRET")}\"")
Expand Down

0 comments on commit 01c5b6c

Please sign in to comment.