Skip to content

Commit

Permalink
chore(release): 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Sep 11, 2019
1 parent 8f293c2 commit da20b9f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,14 @@
# Change Log
# Changelog

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.

### [3.1.1](https://github.com/sebelga/promised-hooks/compare/v3.1.0...v3.1.1) (2019-09-11)


### Bug Fixes

* **Error handling:** Escalate unhandledpromiserejectionwarning in non promise methods ([#3](https://github.com/sebelga/promised-hooks/issues/3)) ([38842c7](https://github.com/sebelga/promised-hooks/commit/38842c7))

<a name="3.1.0"></a>
# [3.1.0](https://github.com/sebelga/promised-hooks/compare/v3.0.0...v3.1.0) (2018-04-07)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "promised-hooks",
"version": "3.1.0",
"version": "3.1.1",
"description": "Middleware (hooks) utility for your Promises",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit da20b9f

Please sign in to comment.