From 8e029ea37a3d18f1f043aaf763667015437bcbec Mon Sep 17 00:00:00 2001 From: Ryc O'Chet Date: Tue, 29 Nov 2016 08:34:06 +0000 Subject: [PATCH] Bumped patch version --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc10318..fd46d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.0.1] - 2016-11-29 +- Fixed obsolete PostCSS call + +## [3.0.0] - 2015-09-08 +- Updated to latest PostCSS + ## [2.3.0] - 2015-05-27 - Bumped minor version after it was pointed out that I changed the API diff --git a/package.json b/package.json index 8977edf..d153331 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-epub", - "version": "3.0.0", + "version": "3.0.1", "description": "PostCSS plugin to prefix ePub3 properties", "keywords": [ "css",