Skip to content

Commit

Permalink
chore(release): 1.0.0-develop.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-develop.3](1.0.0-develop.2...1.0.0-develop.3) (2024-05-14)

### Bug Fixes

* general analytics fixes ([#36](#36)) ([ff2ac5a](ff2ac5a))
* modal analytics fixes ([#37](#37)) ([c95246f](c95246f))
  • Loading branch information
semantic-release-bot committed May 14, 2024
1 parent c95246f commit 9ee294a
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,5 +1,13 @@
# Changelog

## [1.0.0-develop.3](https://github.com/paypal/paypal-messages-android/compare/1.0.0-develop.2...1.0.0-develop.3) (2024-05-14)


### Bug Fixes

* general analytics fixes ([#36](https://github.com/paypal/paypal-messages-android/issues/36)) ([ff2ac5a](https://github.com/paypal/paypal-messages-android/commit/ff2ac5a9674b9ba5ca12a39854d2bab46a7d7234))
* modal analytics fixes ([#37](https://github.com/paypal/paypal-messages-android/issues/37)) ([c95246f](https://github.com/paypal/paypal-messages-android/commit/c95246f72a2ec60a940b44be2aaaa8f7289badce))

## [1.0.0-develop.2](https://github.com/paypal/paypal-messages-android/compare/1.0.0-develop.1...1.0.0-develop.2) (2024-04-23)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.jmailen.gradle.kotlinter.tasks.FormatTask

buildscript {
ext.modules = [
"sdkVersionName" : "1.0.0-develop.2",
"sdkVersionName" : "1.0.0-develop.3",
"androidMinSdkVersion": 23,
"androidTargetVersion": 34
]
Expand Down

0 comments on commit 9ee294a

Please sign in to comment.