Skip to content

Commit

Permalink
release(version): Release 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Mar 17, 2024
1 parent 418d02e commit b56b29a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.2.0](https://github.com/capitnflam/eslint-plugin/compare/v1.1.1...v1.2.0) (2024-03-17)


### feat

* add eslint-plugin-vitest ([#24](https://github.com/capitnflam/eslint-plugin/issues/24)) ([5e85f73](https://github.com/capitnflam/eslint-plugin/commit/5e85f73db0b331d139b92e5734e5b323995a575c))


### fix

* 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))
* make react an optional peer dep ([#23](https://github.com/capitnflam/eslint-plugin/issues/23)) ([b030d4b](https://github.com/capitnflam/eslint-plugin/commit/b030d4b3ee7e35aa694e0d7c84142c368651d41d))

## [1.1.1](https://github.com/capitnflam/eslint-plugin/compare/v1.1.0...v1.1.1) (2024-03-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flaminc/eslint-plugin",
"description": "Base Eslint configurations",
"version": "1.1.1",
"version": "1.2.0",
"author": "capitN.flam",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit b56b29a

Please sign in to comment.