diff --git a/.changeset/fuzzy-tigers-notice.md b/.changeset/fuzzy-tigers-notice.md deleted file mode 100644 index 2431d2f..0000000 --- a/.changeset/fuzzy-tigers-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-ts-css": patch ---- - -feat: diagnostics for css documents diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d46cdb..7d7c370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 3.1.0 +## 3.1.3 + +### Patch Changes + +- 14c3e92: feat: diagnostics for css documents + ## 3.1.2 ### Patch Changes diff --git a/package.json b/package.json index 9308b5e..db81708 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-ts-css", "displayName": "React CSS modules", "description": "React CSS modules - VS code extension for CSS modules support in React projects written in typescript.Supports Definitions, Hover , Completion Providers and Diagnostics", - "version": "3.1.2", + "version": "3.1.3", "author": "Viijay-Kr", "publisher": "viijay-kr", "homepage": "https://github.com/Viijay-Kr/react-ts-css/blob/main/README.md",