Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit e5d679b

Browse files
chore(release): 2.12.0 [no github actions]
# [2.12.0](v2.11.4...v2.12.0) (2024-12-07) ### Features * handle non existent or unparsable files ([#3](#3)) ([ce26997](ce26997))
1 parent ce26997 commit e5d679b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# [2.12.0](https://github.com/pagerinc/eslint-plugin-css-modules/compare/v2.11.4...v2.12.0) (2024-12-07)
2+
3+
4+
### Features
5+
6+
* handle non existent or unparsable files ([#3](https://github.com/pagerinc/eslint-plugin-css-modules/issues/3)) ([ce26997](https://github.com/pagerinc/eslint-plugin-css-modules/commit/ce2699718bef4f60da07464815d493f566c1cbc7))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pager/eslint-plugin-css-modules",
3-
"version": "2.18.0",
3+
"version": "2.12.0",
44
"description": "Checks that you are using the existent css/scss/less classes, no more no less",
55
"main": "build/index.js",
66
"files": [

0 commit comments

Comments
 (0)