From 8c14f5d34229735b8f39acd339e6cd4a3350197d Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Sat, 13 Feb 2021 19:43:19 -0300 Subject: [PATCH] 4.6.9 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 591c8db2..296ac93b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [4.6.9](https://github.com/sveltejs/svelte-preprocess/compare/v4.6.7...v4.6.9) (2021-02-13) + + +### Bug Fixes + +* 🐛 make markup tag regexp less greedy ([384ba5c](https://github.com/sveltejs/svelte-preprocess/commit/384ba5cad0a2939a2717d9061dd928b4607e1431)), closes [#310](https://github.com/sveltejs/svelte-preprocess/issues/310) +* revert "refactor: use fs/promises" ([3f9572c](https://github.com/sveltejs/svelte-preprocess/commit/3f9572ca30e9a05439a6deddc327fa340dd1ef34)) + + + ## [4.6.8](https://github.com/sveltejs/svelte-preprocess/compare/v4.6.7...v4.6.8) (2021-02-11) diff --git a/package.json b/package.json index ef8d66cf..2289a085 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-preprocess", - "version": "4.6.8", + "version": "4.6.9", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts",