Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Sep 29, 2015
1 parent 59856cc commit 2b30405
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@


## 1.1.0 - 2015-09-29
- Release v1.1.0 / npm@v1.1.0
- use `merz` and `redolent`
- update boilerplate
- move to `hybridables` organization

Almost no breaking changes. Mostly adds ability to promisify more than sync and async functions.
Breaking change is **only** if you relay on the previously thrown error message, because it is changed due to using `merz` and respectivly `always-done` under the hood.

## 1.0.0 - 2015-06-05
- Release v1.0.0 / npm@v1.0.0
- add keywords
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "always-promise",
"version": "1.0.0",
"version": "1.1.0",
"description": "Promisify, basically, everything.",
"repository": "hybridables/always-promise",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
Expand Down

0 comments on commit 2b30405

Please sign in to comment.