diff --git a/CHANGELOG.md b/CHANGELOG.md index daf234e3..2b03d7af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.3.1](https://github.com/sveltejs/svelte-preprocess/compare/v4.3.0...v4.3.1) (2020-09-25) + + +### Bug Fixes + +* 🐛 nth-child not being correctly globalified ([c78b260](https://github.com/sveltejs/svelte-preprocess/commit/c78b26038f12cd698d65a09f53fb798c6abb7f03)), closes [#224](https://github.com/sveltejs/svelte-preprocess/issues/224) + + + # [4.3.0](https://github.com/sveltejs/svelte-preprocess/compare/v4.2.2...v4.3.0) (2020-09-16) diff --git a/package.json b/package.json index bacf4626..2325ddcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-preprocess", - "version": "4.3.0", + "version": "4.3.1", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts",