Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 95621bc

Browse files
committed
chore(release): 🚀 1.2.4
1 parent 4cfc440 commit 95621bc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
### [1.2.4](https://github.com/react-boilerplate/react-boilerplate-cra-template/compare/v1.2.3...v1.2.4) (2022-04-12)
6+
7+
### Bug Fixes
8+
9+
- 🐛 quick fix for breaking changes of @types/react 18 ([69a5bb7](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/69a5bb7eb671db16a070950816117f3d94c9d9e0))
10+
511
## [1.2.3](https://github.com/react-boilerplate/react-boilerplate-cra-template/compare/v1.2.2...v1.2.3) (2022-01-19)
612

713
### Internals

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cra-template-rb",
33
"description": "The official React Boilerplate template for Create React App",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/react-boilerplate/react-boilerplate-cra-template.git"

0 commit comments

Comments
 (0)