From 6f637775d090c4f242e6d698b7b4a2b8012853d6 Mon Sep 17 00:00:00 2001 From: Josh Bradley Date: Mon, 23 Jul 2018 15:11:49 -0800 Subject: [PATCH] Bump version to 0.4.0 --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed54797c9..23041f6d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log -## [v0.3.1](https://github.com/adiwg/mdEditor/tree/v0.3.1) +## [v0.4.0](https://github.com/adiwg/mdEditor/tree/v0.4.0) +[Full Changelog](https://github.com/adiwg/mdEditor/compare/v0.3.1...v0.4.0) + +**Merged pull requests:** + +- Support mdTranslator API v3 [\#210](https://github.com/adiwg/mdEditor/pull/210) ([jlblcc](https://github.com/jlblcc)) +- Released v0.3.1 [\#202](https://github.com/adiwg/mdEditor/pull/202) ([jlblcc](https://github.com/jlblcc)) + +## [v0.3.1](https://github.com/adiwg/mdEditor/tree/v0.3.1) (2018-05-23) [Full Changelog](https://github.com/adiwg/mdEditor/compare/v0.3.0...v0.3.1) +**Implemented enhancements:** + +- Add support for messaging in Translator [\#206](https://github.com/adiwg/mdEditor/issues/206) + **Fixed bugs:** - Ensure memberOfOrganization IDs are unique [\#200](https://github.com/adiwg/mdEditor/issues/200) diff --git a/package.json b/package.json index 59d2752ec..8b688b9c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdeditor", - "version": "0.3.1", + "version": "0.4.0", "private": true, "description": "Small description for mdeditor goes here", "license": "GPLv3",