Skip to content

Commit 9e81ad3

Browse files
chore(release): 1.9.1 [skip ci]
## [1.9.1](v1.9.0...v1.9.1) (2024-02-28) ### Bug Fixes * **android:** remove leading zero from relative version code ([#13](#13)) ([0882396](0882396))
1 parent 0882396 commit 9e81ad3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.9.1](https://github.com/alexandermendes/semantic-release-react-native/compare/v1.9.0...v1.9.1) (2024-02-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** remove leading zero from relative version code ([#13](https://github.com/alexandermendes/semantic-release-react-native/issues/13)) ([0882396](https://github.com/alexandermendes/semantic-release-react-native/commit/0882396798c92835f5603e900d2f1a88c31a05d7))
7+
18
# [1.9.0](https://github.com/alexandermendes/semantic-release-react-native/compare/v1.8.4...v1.9.0) (2024-02-14)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-release-react-native",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "Semantic Release plugin for versioning React Native applications.",
55
"author": "Alex Mendes",
66
"license": "ISC",

0 commit comments

Comments
 (0)