Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Jul 27, 2018
1 parent 7c82f1d commit 98c2311
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

<a name="0.2.0"></a>

# [0.2.0](https://www.github.com/Hotell/rea-di/compare/v0.1.0...v0.2.0) (2018-07-27)

### Bug Fixes

- **build:** don't bundle peer deps wihin bundle ([790885e](https://www.github.com/Hotell/rea-di/commit/790885e))

### Features

- **hoc:** properly expose WrappedComponent type (#7) ([883074c](https://www.github.com/Hotell/rea-di/commit/883074c))

<a name="0.1.0"></a>

# [0.1.0](https://www.github.com/Hotell/rea-di/compare/v0.0.1...v0.1.0) (2018-07-23)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@martin_hotell/rea-di",
"version": "0.1.0",
"version": "0.2.0",
"description": "Dependency injection for React done right. Hierarchical injection on both component and service layer powered by injection-js (Angular DI framework)",
"main": "bundles/rea-di.umd.js",
"module": "./esm5/index.js",
Expand Down

0 comments on commit 98c2311

Please sign in to comment.