Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2024-12-12)

### Bug Fixes

* configs type ([822bab7](822bab7))
* missing prettier import in recommended ([5ecaef7](5ecaef7))

### Features

* add unused imports ([c293283](c293283))
  • Loading branch information
semantic-release-bot committed Dec 12, 2024
1 parent 822bab7 commit 881813b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.1.0](https://github.com/acadevmy/eslint-plugin/compare/v1.0.0...v1.1.0) (2024-12-12)


### Bug Fixes

* configs type ([822bab7](https://github.com/acadevmy/eslint-plugin/commit/822bab7b58ea5ff59e40efdbd14e33045b5c738d))
* missing prettier import in recommended ([5ecaef7](https://github.com/acadevmy/eslint-plugin/commit/5ecaef737bf3e70e0545637e14b53a12e44befc0))


### Features

* add unused imports ([c293283](https://github.com/acadevmy/eslint-plugin/commit/c293283c6af82f3437ac52e67121e24c88e0d169))

# 1.0.0 (2024-12-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devmy/eslint-plugin",
"version": "1.0.0",
"version": "1.1.0",
"private": false,
"type": "commonjs",
"main": "dist/index.js",
Expand Down

0 comments on commit 881813b

Please sign in to comment.