From 229a4b1c6d6876987d421b98e737688210c95a6c Mon Sep 17 00:00:00 2001 From: Michael Doye Date: Wed, 27 Mar 2019 09:52:15 +0100 Subject: [PATCH] chore(release): bump version number to 0.0.8 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a167d6d..9afc431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +## [0.0.8](https://github.com/michaeldoye/mat-markdown-editor/compare/v0.0.7...v0.0.8) (2019-03-27) + + +### Bug Fixes + +* **demo:** readme update ([b3a1c77](https://github.com/michaeldoye/mat-markdown-editor/commit/b3a1c77)) +* **demo:** readme update ([39b399e](https://github.com/michaeldoye/mat-markdown-editor/commit/39b399e)) +* **lib:** update travis ([8dfda7d](https://github.com/michaeldoye/mat-markdown-editor/commit/8dfda7d)) + + + ## [0.0.7](https://github.com/michaeldoye/mat-markdown-editor/compare/v0.0.6...v0.0.7) (2019-03-20) diff --git a/package.json b/package.json index 8036f7f..5ae6959 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mat-markdown-editor", "description": "Material design markdown editor", - "version": "0.0.7", + "version": "0.0.8", "homepage": "https://github.com/michaeldoye/mat-markdown-editor", "author": { "name": "Michael Doye",