From 941f60941dc4c82182ad4f1efb1af93d469506a5 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Tue, 11 Jul 2017 21:49:30 +0100 Subject: [PATCH] chore(release): 3.0.8 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d116a..a63d9a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [3.0.8](https://github.com/adonisjs/ace/compare/v3.0.7...v3.0.8) (2017-07-11) + + +### Bug Fixes + +* **command:** use command.opts() over command._events ([da5e4e8](https://github.com/adonisjs/ace/commit/da5e4e8)), closes [#604](https://github.com/adonisjs/ace/issues/604) +* **package:** update node-exceptions to version 2.0.0 ([#49](https://github.com/adonisjs/ace/issues/49)) ([89dab62](https://github.com/adonisjs/ace/commit/89dab62)) + + + ## [3.0.7](https://github.com/adonisjs/ace/compare/v3.0.6...v3.0.7) (2017-02-25) diff --git a/package.json b/package.json index 4f299cf..a9d303e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adonis-ace", - "version": "3.0.7", + "version": "3.0.8", "description": "Ace is a command line tool for adonisjs framework", "main": "index.js", "directories": {