From 11cae3a9f7bd7960f7f02a1727961b8acd82d3ff Mon Sep 17 00:00:00 2001 From: Maksim Karelov Date: Tue, 20 Mar 2018 09:23:42 +0300 Subject: [PATCH] chore(release): 0.2.8 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f49f788..03193a5 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.2.8](https://github.com/Ty3uK/parcel-plugin-pug/compare/v0.2.7...v0.2.8) (2018-03-20) + + + ## [0.2.7](https://github.com/Ty3uK/parcel-plugin-pug/compare/v0.2.6...v0.2.7) (2018-03-09) diff --git a/package.json b/package.json index 3668bdb..4f057f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parcel-plugin-pug", - "version": "0.2.7", + "version": "0.2.8", "description": "Pug template support for Parcel bundler", "repository": "https://github.com/Ty3uK/parcel-plugin-pug.git", "main": "build/index.js",