Skip to content

Commit

Permalink
release(version): Release 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2024-03-16)

### fix

* typescript related configs only for ts files ([#21](#21)) ([2505b0f](2505b0f))
  • Loading branch information
semantic-release-bot committed Mar 16, 2024
1 parent 40559cd commit f5fba1e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.1](https://github.com/capitnflam/eslint-plugin/compare/v1.1.0...v1.1.1) (2024-03-16)


### fix

* typescript related configs only for ts files ([#21](https://github.com/capitnflam/eslint-plugin/issues/21)) ([2505b0f](https://github.com/capitnflam/eslint-plugin/commit/2505b0fada8260bd0a4829cbff2605e26f202f99))

# [1.1.0](https://github.com/capitnflam/eslint-plugin/compare/v1.0.1...v1.1.0) (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.0",
"version": "1.1.1",
"author": "capitN.flam",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit f5fba1e

Please sign in to comment.