diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f3256..a760ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/eduardoborges/react-native-flex/compare/1.1.0...1.2.0) (2023-11-22) + + +### Features + +* centered and vCentered now is relative by vertical prop ([110cc88](https://github.com/eduardoborges/react-native-flex/commit/110cc88280998606656a2199e900755cef04a8c8)) + # [1.1.0](https://github.com/eduardoborges/react-native-flex/compare/1.0.2...1.1.0) (2023-11-14) diff --git a/package-lock.json b/package-lock.json index af899dd..6565778 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-flex", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-native-flex", - "version": "1.1.0", + "version": "1.2.0", "devDependencies": { "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "11.1.0", diff --git a/package.json b/package.json index 1d1dd4f..eb1e8a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-flex", - "version": "1.1.0", + "version": "1.2.0", "private": false, "description": "A simple react-native flex grid component to build layouts with elegance", "author": "Eduardo Borges",