Skip to content

Commit

Permalink
docs(release): prepare release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
natterstefan committed May 15, 2019
1 parent c397011 commit 1523f98
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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).


### [1.1.1](https://github.com/natterstefan/react-component-catalog/compare/v1.1.0...v1.1.1) (2019-05-15)


### Bug Fixes

* **utils:** return null when flattenObjectKeys receives invalid obj ([06081e5](https://github.com/natterstefan/react-component-catalog/commit/06081e5))



## [1.1.0](https://github.com/natterstefan/react-component-catalog/compare/v1.0.1...v1.1.0) (2019-05-14)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-component-catalog",
"author": "Stefan Natter <https://natterstefan.me>",
"license": "Apache-2.0",
"version": "1.1.0",
"version": "1.1.1",
"description": "Manage a catalog (registry) of react-components easily.",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 1523f98

Please sign in to comment.