From 784da0f1cb73901e466d211b81f7716aa28281e8 Mon Sep 17 00:00:00 2001 From: Konstantin Gladkikh Date: Wed, 15 Mar 2017 20:15:30 +0300 Subject: [PATCH] chore(release): 0.0.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 817290b..b54609d 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.0.4](https://github.com/birhoff/remark-bemjson/compare/v0.0.3...v0.0.4) (2017-03-15) + + + ## [0.0.3](https://github.com/birhoff/remark-bemjson/compare/v0.0.2...v0.0.3) (2017-03-13) diff --git a/package.json b/package.json index ec975cd..67ed60d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-bemjson", - "version": "0.0.3", + "version": "0.0.4", "description": "remark plugin to compile bemjson", "main": "index.js", "scripts": {