From 16476dc60009f643c42a4babd2c5d75fc22edb24 Mon Sep 17 00:00:00 2001 From: Maksim Karelov Date: Sat, 13 Jan 2018 09:54:30 +0300 Subject: [PATCH] chore(release): 0.2.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4030916..ed31a88 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.2.3](https://github.com/Ty3uK/parcel-plugin-pug/compare/v0.2.2...v0.2.3) (2018-01-13) + + +### Bug Fixes + +* Errors with `async` in node < 8 ([20e16e6](https://github.com/Ty3uK/parcel-plugin-pug/commit/20e16e6)) + + + ## [0.2.2](https://github.com/Ty3uK/parcel-plugin-pug/compare/v0.2.1...v0.2.2) (2018-01-12) diff --git a/package.json b/package.json index 3628b94..7e2019a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parcel-plugin-pug", - "version": "0.2.2", + "version": "0.2.3", "description": "Pug template support for Parcel bundler", "repository": "https://github.com/Ty3uK/parcel-plugin-pug.git", "main": "build/index.js",