From 91bc2d763c900a6f84a66410a95793974019bd08 Mon Sep 17 00:00:00 2001 From: Konstantin Gladkikh Date: Wed, 15 Mar 2017 17:42:12 +0300 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5379810..a3f99fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.1.1](https://github.com/birhoff/mdast-util-to-bemjson/compare/v0.1.0...v0.1.1) (2017-03-15) + + + # 0.1.0 (2017-03-15) diff --git a/package.json b/package.json index 8e3b7b2..c4801bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdast-util-to-bemjson", - "version": "0.1.0", + "version": "0.1.1", "description": "Converts mdast tree to bemjson tree", "main": "index.js", "scripts": {