diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b37545..bb26148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 3.0.1 - 2017-07-10 + +- Fixed: specify the actual require peer dependency for caniuse database (caniuse-lite is used since latest caniuse-api latest major bump) + (@MoOx) +- Fixed: bump dependencies not updated to PostCSS@6 + ([#401](https://github.com/MoOx/postcss-cssnext/issues/401) - @MoOx) + # 3.0.0 - 2017-07-05 ## Removed: support for node 0.12 diff --git a/package-lock.json b/package-lock.json index a63051a..ffe87f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "postcss-cssnext", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3650a47..0d4425a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-cssnext", - "version": "3.0.0", + "version": "3.0.1", "description": "Use tomorrow’s CSS syntax, today", "keywords": [ "postcss",