From af98a5a5a3ae0825fc874bfc6f131dc32f9f7e57 Mon Sep 17 00:00:00 2001 From: Can Sahin Date: Mon, 20 Jun 2022 15:43:28 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=201.2.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3a2c3..898e12d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.2.5](https://github.com/react-boilerplate/react-boilerplate-cra-template/compare/v1.2.4...v1.2.5) (2022-06-20) + +### Internals + +- 🔧 bump react to 18.1 ([#170](https://github.com/react-boilerplate/react-boilerplate-cra-template/issues/170)) ([7ef3155](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/7ef31555a29c273ffd02b55f30f913218d13eb1f)) + ### [1.2.4](https://github.com/react-boilerplate/react-boilerplate-cra-template/compare/v1.2.3...v1.2.4) (2022-04-12) ### Bug Fixes diff --git a/package.json b/package.json index 2e509e3..cd07ce6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cra-template-rb", "description": "The official React Boilerplate template for Create React App", - "version": "1.2.4", + "version": "1.2.5", "repository": { "type": "git", "url": "https://github.com/react-boilerplate/react-boilerplate-cra-template.git"