Skip to content

Commit b56b29a

Browse files
release(version): Release 1.2.0 [skip ci]
# [1.2.0](v1.1.1...v1.2.0) (2024-03-17) ### feat * add eslint-plugin-vitest ([#24](#24)) ([5e85f73](5e85f73)) ### fix * disable n/no-missing-import on ts files ([#25](#25)) ([e4b8cff](e4b8cff)) * make react an optional peer dep ([#23](#23)) ([b030d4b](b030d4b))
1 parent 418d02e commit b56b29a

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.2.0](https://github.com/capitnflam/eslint-plugin/compare/v1.1.1...v1.2.0) (2024-03-17)
2+
3+
4+
### feat
5+
6+
* add eslint-plugin-vitest ([#24](https://github.com/capitnflam/eslint-plugin/issues/24)) ([5e85f73](https://github.com/capitnflam/eslint-plugin/commit/5e85f73db0b331d139b92e5734e5b323995a575c))
7+
8+
9+
### fix
10+
11+
* disable n/no-missing-import on ts files ([#25](https://github.com/capitnflam/eslint-plugin/issues/25)) ([e4b8cff](https://github.com/capitnflam/eslint-plugin/commit/e4b8cffdfef0f07fe736aba5cfed4b4857eb6f37))
12+
* make react an optional peer dep ([#23](https://github.com/capitnflam/eslint-plugin/issues/23)) ([b030d4b](https://github.com/capitnflam/eslint-plugin/commit/b030d4b3ee7e35aa694e0d7c84142c368651d41d))
13+
114
## [1.1.1](https://github.com/capitnflam/eslint-plugin/compare/v1.1.0...v1.1.1) (2024-03-16)
215

316

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,7 +1,7 @@
11
{
22
"name": "@flaminc/eslint-plugin",
33
"description": "Base Eslint configurations",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"author": "capitN.flam",
66
"scripts": {
77
"build": "tsc",

0 commit comments

Comments
 (0)