Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 13, 2019
1 parent 0a61214 commit 9245408
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
@@ -1,5 +1,26 @@
# Changelog

## 1.4.0

Features:

* `is` method
* `allAwait` method
* `await` option for `all`, `props`, `propsOwn`
* `settle` method

Refactor:

* Move entry point to `index.js`

Tests:

* Import only method under test

Docs:

* README typo

## 1.3.0

Features:
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": "promise-methods",
"version": "1.3.0",
"version": "1.4.0",
"description": "Useful Promise helpers",
"main": "index.js",
"author": {
Expand Down

0 comments on commit 9245408

Please sign in to comment.