Skip to content

Commit

Permalink
release: 3.1.1
Browse files Browse the repository at this point in the history
## [3.1.1](v3.1.0...v3.1.1) (2024-11-16)

### Bug Fixes

* Installation script crash ([#66](#66)) ([957d57e](957d57e))
  • Loading branch information
semantic-release-bot committed Nov 16, 2024
1 parent 957d57e commit e56f906
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 @@
## [3.1.1](https://github.com/MatiPl01/react-native-library-template/compare/v3.1.0...v3.1.1) (2024-11-16)


### Bug Fixes

* Installation script crash ([#66](https://github.com/MatiPl01/react-native-library-template/issues/66)) ([957d57e](https://github.com/MatiPl01/react-native-library-template/commit/957d57e44bcc57b2b0449587320786f7eee6d09c))

# [3.1.0](https://github.com/MatiPl01/react-native-library-template/compare/v3.0.1...v3.1.0) (2024-11-16)


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": "3.1.0",
"version": "3.1.1",
"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 e56f906

Please sign in to comment.