From f71bd603f5b28bb53d336668c63137c49ed3b757 Mon Sep 17 00:00:00 2001 From: Konstantin Gladkikh Date: Sun, 1 Oct 2017 21:23:09 +0300 Subject: [PATCH] chore(release): 0.3.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acfe0e5..e0e6f02 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.3.1](https://github.com/birhoff/remark-bemjson/compare/v0.3.0...v0.3.1) (2017-10-01) + + +### Bug Fixes + +* **package:** update mdast-util-to-bemjson to version 0.3.0 ([5d1d482](https://github.com/birhoff/remark-bemjson/commit/5d1d482)) + + + # [0.3.0](https://github.com/birhoff/remark-bemjson/compare/v0.2.0...v0.3.0) (2017-04-03) diff --git a/package.json b/package.json index 0bf3da4..57cc9f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-bemjson", - "version": "0.3.0", + "version": "0.3.1", "description": "remark plugin to compile bemjson", "main": "index.js", "scripts": {