diff --git a/CHANGELOG.md b/CHANGELOG.md index a1059da..79a5b4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [4.0.0](https://github.com/unlight/postcss-import-url/compare/v3.0.4...v4.0.0) (2019-01-03) + + +### chore + +* Updated dependencies ([b1ed8b2](https://github.com/unlight/postcss-import-url/commit/b1ed8b2)) + + +### Features + +* Added semantic release ([69c494a](https://github.com/unlight/postcss-import-url/commit/69c494a)) + + +### BREAKING CHANGES + +* Node 6+ is required now + ## 3.X.X * 3.0.4 (04 Jan 2018) - fixed [#15](https://github.com/unlight/postcss-import-url/issues/15) diff --git a/package.json b/package.json index 4bd7f19..bbb92cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-import-url", - "version": "0.0.0-dev", + "version": "4.0.0", "description": "PostCSS plugin inlines remote files.", "keywords": [ "postcss",