From 29eda34c6c6319d82a6442509846bec40441ec46 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Feb 2024 15:45:57 +0000 Subject: [PATCH] chore(release): set `package.json` to 2.0.0 [skip ci] # [2.0.0](https://github.com/soliantconsulting/create-react-app/compare/v1.2.0...v2.0.0) (2024-02-16) ### Features * refactor for new best practices and utilize BitBucket pipelines ([e0a7a06](https://github.com/soliantconsulting/create-react-app/commit/e0a7a0665b89007c243dbe078fa56de5edd4e5ab)) ### BREAKING CHANGES * You now need to host git repository on BitBucket cloud. --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e783b..b16bb70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/soliantconsulting/create-react-app/compare/v1.2.0...v2.0.0) (2024-02-16) + + +### Features + +* refactor for new best practices and utilize BitBucket pipelines ([e0a7a06](https://github.com/soliantconsulting/create-react-app/commit/e0a7a0665b89007c243dbe078fa56de5edd4e5ab)) + + +### BREAKING CHANGES + +* You now need to host git repository on BitBucket cloud. + # [1.2.0](https://versions.soliantconsulting.com/swr/create-react-app/compare/v1.1.1...v1.2.0) (2023-03-27) diff --git a/package.json b/package.json index ee06f26..065eac9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soliantconsulting/create-react-app", - "version": "1.3.1", + "version": "2.0.0", "description": "Create a React App", "type": "module", "author": "Soliant Consulting",