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",