Skip to content

Commit 0f39366

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2021-02-13) ### Bug Fixes * **barrel:** fix barrel file extension ([020748d](020748d)) * **barrel:** fix export syntax for named exports ([bc05c97](bc05c97)) ### Features * **styles:** add new stylesheet format - styled-components ([700caec](700caec))
1 parent f08eb59 commit 0f39366

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.4.0](https://github.com/Cristians953/react-codegen-cli/compare/v1.3.0...v1.4.0) (2021-02-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **barrel:** fix barrel file extension ([020748d](https://github.com/Cristians953/react-codegen-cli/commit/020748d3594572ae726bb508349a1091e1d524e7))
7+
* **barrel:** fix export syntax for named exports ([bc05c97](https://github.com/Cristians953/react-codegen-cli/commit/bc05c978b8a8d0c0922ce004b6c9199e72f3c377))
8+
9+
10+
### Features
11+
12+
* **styles:** add new stylesheet format - styled-components ([700caec](https://github.com/Cristians953/react-codegen-cli/commit/700caecc0dfeb03ffa9762c1ac2aeeca14b56734))
13+
114
## [1.3.1](https://github.com/Cristians953/react-codegen-cli/compare/v1.3.0...v1.3.1) (2021-01-24)
215

316
# [1.3.0](https://github.com/Cristians953/react-codegen-cli/compare/v1.2.1...v1.3.0) (2021-01-24)

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,6 +1,6 @@
11
{
22
"name": "react-codegen-cli",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "Software Development Kit for React",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)