Skip to content

Commit

Permalink
release: 1.1.4
Browse files Browse the repository at this point in the history
## [1.1.4](v1.1.3...v1.1.4) (2024-01-26)

### Bug Fixes

* Bare example app dependencies pods resolution issue ([#33](#33)) ([2bec78f](2bec78f))
  • Loading branch information
semantic-release-bot committed Jan 26, 2024
1 parent 2bec78f commit dbc9355
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.4](https://github.com/MatiPl01/react-native-library-template/compare/v1.1.3...v1.1.4) (2024-01-26)


### Bug Fixes

* Bare example app dependencies pods resolution issue ([#33](https://github.com/MatiPl01/react-native-library-template/issues/33)) ([2bec78f](https://github.com/MatiPl01/react-native-library-template/commit/2bec78f2819f5c103a7c22c0eda3188a1319eddd))

## [1.1.3](https://github.com/MatiPl01/react-native-library-template/compare/v1.1.2...v1.1.3) (2024-01-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rn-lib-temp",
"description": "A usable template for setting up a new React Native library. It's designed to reduce the hassle of configuration and help quickly start the project.",
"version": "1.1.3",
"version": "1.1.4",
"author": "Mateusz Łopaciński <lop.mateusz.2001@gmail.com>",
"bin": "./bin/index.js",
"bugs": "https://github.com/MatiPl01/react-native-library-template/issues",
Expand Down

0 comments on commit dbc9355

Please sign in to comment.