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

Commit 363b377

Browse files
committed
chore(release): 🚀 1.2.2
1 parent 4083dc5 commit 363b377

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.2](https://github.com/react-boilerplate/react-boilerplate-cra-template/compare/v1.2.1...v1.2.2) (2021-07-20)
6+
7+
### Bug Fixes
8+
9+
- 🐛 downgrade inquirer ([ffc735e](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/ffc735ed55b66b68301399dbdc1f33dc8b4fd9a5)), closes [#136](https://github.com/react-boilerplate/react-boilerplate-cra-template/issues/136)
10+
511
### [1.2.1](https://github.com/react-boilerplate/react-boilerplate-cra-template/compare/v1.2.0...v1.2.1) (2021-07-13)
612

713
### Documentation

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.1",
4+
"version": "1.2.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/react-boilerplate/react-boilerplate-cra-template.git"

0 commit comments

Comments
 (0)