Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2022-12-09)

### Bug Fixes

* Add support for CRACO 7 and CRA 5 ([1431875](1431875))
  • Loading branch information
semantic-release-bot committed Dec 9, 2022
1 parent 1431875 commit e68f0fb
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.2.1](https://github.com/mmazzarolo/react-native-monorepo-tools/compare/v1.2.0...v1.2.1) (2022-12-09)


### Bug Fixes

* Add support for CRACO 7 and CRA 5 ([1431875](https://github.com/mmazzarolo/react-native-monorepo-tools/commit/1431875a999ce710c3c208cc8c3544f88ad2b14f))

# [1.2.0](https://github.com/mmazzarolo/react-native-monorepo-tools/compare/v1.1.4...v1.2.0) (2022-06-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-monorepo-tools",
"version": "1.2.0",
"version": "1.2.1",
"description": "Tools to support a Yarn workspaces' React Native monorepo",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit e68f0fb

Please sign in to comment.