diff --git a/CHANGELOG.md b/CHANGELOG.md index ba2efd19..7485367a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.6.4](/~https://github.com/sveltejs/svelte-preprocess/compare/v4.6.3...v4.6.4) (2021-01-29) + + +### Bug Fixes + +* 🐛 better missing postcss message ([cafb6c6](/~https://github.com/sveltejs/svelte-preprocess/commit/cafb6c6d7e369c11a7feda212a182f08c0f3a156)), closes [#301](/~https://github.com/sveltejs/svelte-preprocess/issues/301) + + + ## [4.6.3](/~https://github.com/sveltejs/svelte-preprocess/compare/v4.6.2...v4.6.3) (2021-01-21) diff --git a/package.json b/package.json index ed19b8a3..7c2349bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-preprocess", - "version": "4.6.3", + "version": "4.6.4", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts",