diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b95782..a86cad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.2](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.10.1...v0.10.2) (2024-05-08) + +**Note:** Version bump only for package @rn-buildhub/workspace + + + + + ## [0.10.1](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.10.0...v0.10.1) (2023-12-22) diff --git a/lerna.json b/lerna.json index 8ec831a..017e93b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.10.1", + "version": "0.10.2", "npmClient": "pnpm", "conventionalCommits": true, "stream": true, diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 239b860..dc7c7d5 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.2](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.10.1...v0.10.2) (2024-05-08) + +**Note:** Version bump only for package @rn-buildhub/cli + + + + + ## [0.10.1](https://github.com/xtreamsrl/react-native-build-hub/compare/v0.10.0...v0.10.1) (2023-12-22) diff --git a/packages/cli/package.json b/packages/cli/package.json index 02d9694..ee7f8b9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rn-buildhub/cli", - "version": "0.10.1", + "version": "0.10.2", "description": "React Native CLI that caches native builds and speedup your development and release cycle", "author": "Luca Micieli", "bin": {