Skip to content

Commit 5678f1e

Browse files
committed
chore(release): 0.3.0
1 parent 18ce957 commit 5678f1e

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
# [0.3.0](https://github.com/edahlseng/eff/compare/v0.2.1...v0.3.0) (2019-04-03)
6+
7+
8+
### Features
9+
10+
* Add getKeypress effect ([bb55426](https://github.com/edahlseng/eff/commit/bb55426))
11+
12+
13+
514
## [0.2.1](https://github.com/edahlseng/eff/compare/v0.2.0...v0.2.1) (2019-01-27)
615

716

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eff",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "An extensible effect monad based on the freer monad",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)