From 67b1cd71b73c0684955f6fe83e643a40c3f43619 Mon Sep 17 00:00:00 2001 From: Yosuke Ota Date: Mon, 6 Apr 2020 23:31:28 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc00af..34d002d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ ## 0.37.0 -- 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)). +- Fixed: babel configuration conflict when using TypeScript ([#2](https://github.com/stylelint/postcss-css-in-js/pull/2)). +- Fixed: parsing/stringifying for nested tagged template literals ([#17](https://github.com/stylelint/postcss-css-in-js/pull/17)). ## Previous changes