From 832c691f8a647497c5a3f68db10e08ffd468628b Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Mon, 27 Jun 2022 09:02:08 +0200 Subject: [PATCH] chore: publish - create-react-native-library@0.22.0 --- packages/create-react-native-library/CHANGELOG.md | 11 +++++++++++ packages/create-react-native-library/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/create-react-native-library/CHANGELOG.md b/packages/create-react-native-library/CHANGELOG.md index d9dc5ffa8..753e2d02a 100644 --- a/packages/create-react-native-library/CHANGELOG.md +++ b/packages/create-react-native-library/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.22.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.21.1...create-react-native-library@0.22.0) (2022-06-27) + + +### Features + +* add a template for turbo module (experimental) ([cc95a72](https://github.com/callstack/react-native-builder-bob/commit/cc95a726f8019e016cebde76c0de15986eb79c64)) + + + + + ## [0.21.1](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.21.0...create-react-native-library@0.21.1) (2022-06-22) diff --git a/packages/create-react-native-library/package.json b/packages/create-react-native-library/package.json index 754f2353c..00b860edc 100644 --- a/packages/create-react-native-library/package.json +++ b/packages/create-react-native-library/package.json @@ -1,6 +1,6 @@ { "name": "create-react-native-library", - "version": "0.21.1", + "version": "0.22.0", "description": "CLI to scaffold React Native libraries", "keywords": [ "react-native",