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

Commit aba2801

Browse files
committed
chore(release): 🚀 v0.1.3
1 parent 8680c10 commit aba2801

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1-
## [0.1.2](https://github.com/react-boilerplate/react-boilerplate-cra-template/compare/v0.1.0...v0.1.1) (2020-04-29)
1+
# Changelog
22

3-
## Internal
3+
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-
- Switched to conventional-changelog
5+
## [0.1.3](https://github.com/react-boilerplate/react-boilerplate-cra-template/compare/v0.1.2...v0.1.3) (2020-05-05)
6+
7+
### Bug Fixes
8+
9+
- 🐛 moving typescript check to pre-commit from lint-staged ([6aac0d3](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/6aac0d302bcea714dd8a1ad49b3c77b91204d0b2))
10+
11+
### _Internals (This section should NOT concern the template users)_
12+
13+
<details><summary>Click to expand</summary>
14+
15+
- ✨ redux dev tools enabled on github page ([aa890c5](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/aa890c50bcd130788b0b4736efd51b71ae9c057c))
16+
- 👷 added job to test the released version ([a328db6](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/a328db6f64b9baffbc2bd04f1e84809f3a9e8364))
17+
- 🔧 added npm test to CI ([1fbf852](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/1fbf85269e499c280c0cbe15194f882344b3e9ec))
18+
- 🔧 adding commitlint to workflows ([#13](https://github.com/react-boilerplate/react-boilerplate-cra-template/issues/13)) ([f049526](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/f04952662f818ea5fab6d895770e3570748b4313))
19+
- 🔧Fix typo in README ([#9](https://github.com/react-boilerplate/react-boilerplate-cra-template/issues/9)) ([8680c10](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/8680c10d2d96e8ad2cae86a40f3c0a86ba76a513))
20+
- 🔧switched to standard-version ([#15](https://github.com/react-boilerplate/react-boilerplate-cra-template/issues/15)) ([ce497b5](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/ce497b533a2aa81d1a5a08d487534e60b4189b32))
21+
22+
</details>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)