diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c98467..5fcc6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/MatiPl01/react-native-skia-responsive-text/compare/v1.1.1...v1.1.2) (2023-10-28) + + +### Bug Fixes + +* Recordings in the README ([#27](https://github.com/MatiPl01/react-native-skia-responsive-text/issues/27)) ([e573f8c](https://github.com/MatiPl01/react-native-skia-responsive-text/commit/e573f8cd01e1591a1841c6cde4045f961d68a0bd)) + ## [1.1.1](https://github.com/MatiPl01/react-native-skia-responsive-text/compare/v1.1.0...v1.1.1) (2023-10-28) diff --git a/package.json b/package.json index 0270f49..1a94bf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-skia-responsive-text", - "version": "1.1.1", + "version": "1.1.2", "author": "Mateusz Łopaciński ", "devDependencies": { "@semantic-release/changelog": "^6.0.3",