Skip to content

Commit

Permalink
Release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eliihen committed May 24, 2017
1 parent 1a42142 commit 5d16849
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.0] - 2015-05-25
### Added
- Reactive URL by passing a function as the first parameter
- Lots of project related stuff (Tests, ESLint, Flow, prettier, travis,
coveralls)

### Fixed
- Bugs from the first release

## [0.0.1] - 2017-05-21
### Added
- Initial (buggy) release!

[0.1.0]: https://github.com/esphen/fetch-hoc/compare/v0.0.1...v0.1.0
[0.0.1]: https://github.com/esphen/fetch-hoc/commit/148b67fdfd0ad40439fc4a8f2e61418fa823441b
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch-hoc",
"version": "0.0.1",
"version": "0.1.0",
"description": "A react HoC for fetching a resource and passing to props",
"main": "./lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 5d16849

Please sign in to comment.