Skip to content

Commit 207572c

Browse files
committed
chore(release): 1.2.0
1 parent 6fdd918 commit 207572c

3 files changed

Lines changed: 47 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented here. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

55

6+
## [1.2.0](https://github.com/natterstefan/react-component-catalog/compare/v1.1.1...v1.2.0) (2019-07-21)
7+
8+
9+
### Features
10+
11+
* disable/remove renovate (for now) ([319725e](https://github.com/natterstefan/react-component-catalog/commit/319725e))
12+
* **logging:** use babel-plugin-dev-expression for logging errors ([#41](https://github.com/natterstefan/react-component-catalog/issues/41)) ([6fdd918](https://github.com/natterstefan/react-component-catalog/commit/6fdd918))
13+
14+
15+
616
### [1.1.1](https://github.com/natterstefan/react-component-catalog/compare/v1.1.0...v1.1.1) (2019-05-15)
717

818

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: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-component-catalog",
33
"author": "Stefan Natter <https://natterstefan.me>",
44
"license": "Apache-2.0",
5-
"version": "1.1.1",
5+
"version": "1.2.0",
66
"description": "Manage a catalog (registry) of react-components easily.",
77
"main": "lib/index.js",
88
"module": "esm/index.js",
@@ -67,7 +67,41 @@
6767
}
6868
},
6969
"standard-version": {
70-
"changelogHeader": "# React-Component-Catalog Changelog\n\nAll notable changes to this project will be documented here. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).\n\n"
70+
"changelogHeader": "# React-Component-Catalog Changelog\n\nAll notable changes to this project will be documented here. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).\n\n",
71+
"types": [
72+
{
73+
"type": "feat",
74+
"section": "Features"
75+
},
76+
{
77+
"type": "fix",
78+
"section": "Fixes"
79+
},
80+
{
81+
"type": "chore",
82+
"hidden": true
83+
},
84+
{
85+
"type": "docs",
86+
"hidden": true
87+
},
88+
{
89+
"type": "style",
90+
"hidden": true
91+
},
92+
{
93+
"type": "refactor",
94+
"hidden": true
95+
},
96+
{
97+
"type": "perf",
98+
"hidden": true
99+
},
100+
{
101+
"type": "test",
102+
"hidden": true
103+
}
104+
]
71105
},
72106
"repository": {
73107
"type": "git",

0 commit comments

Comments
 (0)