diff --git a/CHANGELOG.md b/CHANGELOG.md index 8045256..23e6836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [0.4.7](https://github.com/node-minibase/minibase/compare/v0.4.6...v0.4.7) (2016-11-15) + + +### Bug Fixes + +* **remove:** remove use emitting and default error handler ([724f35b](https://github.com/node-minibase/minibase/commit/724f35b)) + + + ## [0.4.6](https://github.com/node-minibase/minibase/compare/v0.4.5...v0.4.6) (2016-11-14) diff --git a/package.json b/package.json index 7e8a904..75e1dd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minibase", - "version": "0.4.6", + "version": "0.4.7", "description": "Minimalist alternative for Base. Build complex APIs with small units called plugins. Works well with most of the already existing [base][] plugins.", "repository": "node-minibase/minibase", "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",