diff --git a/CHANGELOG.md b/CHANGELOG.md index bb3479c9..ba7d3e32 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 13.0.0 / 2020-10-20 + +- **BREAKING:** Require Node 10+ ([#429](https://github.com/postcss/postcss-import/pull/429)) +- **BREAKING:** Upgrade to postcss v8 and require it as a `peerDependency` ([#427](https://github.com/postcss/postcss-import/issues/427), [#432](https://github.com/postcss/postcss-import/pull/432)) +- Update dependencies + # 12.0.1 / 2018-10-22 - Add `plugin` property to dependency messages ([#379](https://github.com/postcss/postcss-import/issues/379), [#380](https://github.com/postcss/postcss-import/pull/380)) diff --git a/package.json b/package.json index 81c0b42f..59ca148b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-import", - "version": "12.0.1", + "version": "13.0.0", "description": "PostCSS plugin to import CSS files", "keywords": [ "css",