From 21f3fc2ca08ba94ba78202b814ccc22dcb2ef1e0 Mon Sep 17 00:00:00 2001 From: jeddy3 Date: Fri, 3 Apr 2020 12:35:14 +0100 Subject: [PATCH 1/2] Add changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..28703c5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## Head + +- Fixed: babel configuration conflict when using TypeScript ([#2](https://github.com/stylelint/stylelint/pull/2)). + +## Previous changes + +See [postcss-jsx releases](https://github.com/gucong3000/postcss-jsx/releases). From 457e2c1a3861b01ec7dd7d022f3785cfbe89f8ad Mon Sep 17 00:00:00 2001 From: jeddy3 Date: Fri, 3 Apr 2020 17:05:33 +0100 Subject: [PATCH 2/2] Add latest entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28703c5..c385ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Head - Fixed: babel configuration conflict when using TypeScript ([#2](https://github.com/stylelint/stylelint/pull/2)). +- Fixed: parsing/stringifying for nested tagged template literals ([#17](https://github.com/stylelint/stylelint/pull/17)). ## Previous changes