Skip to content

Commit b9ab0ad

Browse files
chore(release): 0.3.0 [skip ci]
<a name="0.3.0"></a> # [0.3.0](v0.2.4...v0.3.0) (2018-03-22) ### Features * make .run method available everytime ([#121](#121)) ([a45d67e](a45d67e)), closes [#120](#120)
1 parent a45d67e commit b9ab0ad

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="0.3.0"></a>
2+
# [0.3.0](https://github.com/guillaumearm/handle-io/compare/v0.2.4...v0.3.0) (2018-03-22)
3+
4+
5+
### Features
6+
7+
* make .run method available everytime ([#121](https://github.com/guillaumearm/handle-io/issues/121)) ([a45d67e](https://github.com/guillaumearm/handle-io/commit/a45d67e)), closes [#120](https://github.com/guillaumearm/handle-io/issues/120)
8+
19
<a name="0.2.4"></a>
210
## [0.2.4](https://github.com/guillaumearm/handle-io/compare/v0.2.3...v0.2.4) (2018-03-22)
311

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": "handle-io",
3-
"version": "0.2.4",
3+
"version": "0.3.0",
44
"description": "Wrap side effects, combine them, and make this combination testable",
55
"main": "lib/handle-io.js",
66
"module": "es/handle-io.js",

0 commit comments

Comments
 (0)