Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.1...v2.0.0) (2023-08-27)

### Features

* use typescript recomended rules ([315916a](315916a))

### BREAKING CHANGES

* new typescript rules may arise new errors
  • Loading branch information
semantic-release-bot committed Aug 27, 2023
1 parent 37eaae8 commit b45ef45
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Xamu's shared eslint rules

# [2.0.0](https://github.com/xamu-co/eslint/compare/v1.0.1...v2.0.0) (2023-08-27)


### Features

* use typescript recomended rules ([315916a](https://github.com/xamu-co/eslint/commit/315916aeb331f773a9257783dc9e40dc9c4a7681))


### BREAKING CHANGES

* new typescript rules may arise new errors

## [1.0.1](https://github.com/xamu-co/eslint/compare/v1.0.0...v1.0.1) (2023-08-03)


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": "@open-xamu-co/eslint-config",
"version": "1.0.1",
"version": "2.0.0",
"description": "Xamu shared eslint config",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit b45ef45

Please sign in to comment.