From 7112f0552b3ad871ba0b43b178d2508abf1fd500 Mon Sep 17 00:00:00 2001 From: Konstantin Gladkikh Date: Sun, 1 Oct 2017 21:30:20 +0300 Subject: [PATCH] chore(release): 0.7.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd0580..09a8320 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.7.1](https://github.com/birhoff/md-to-bemjson/compare/v0.7.0...v0.7.1) (2017-10-01) + + +### Bug Fixes + +* **package:** update remark-bemjson to version 0.3.1 ([#34](https://github.com/birhoff/md-to-bemjson/issues/34)) ([c552990](https://github.com/birhoff/md-to-bemjson/commit/c552990)) + + + # [0.7.0](https://github.com/birhoff/md-to-bemjson/compare/v0.6.1...v0.7.0) (2017-10-01) diff --git a/package.json b/package.json index ba6c931..64d0004 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "md-to-bemjson", - "version": "0.7.0", + "version": "0.7.1", "description": "markdown to bemjson converter", "main": "index.js", "scripts": {