Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.2.0...v3.0.0) (2023-10-22)

### Features

* require blanklines ([496f1e7](496f1e7))

### BREAKING CHANGES

* missing blanklines will throw errors
  • Loading branch information
semantic-release-bot committed Oct 22, 2023
1 parent cd80d2b commit 5363e7c
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

# [3.0.0](https://github.com/xamu-co/eslint/compare/v2.2.0...v3.0.0) (2023-10-22)


### Features

* require blanklines ([496f1e7](https://github.com/xamu-co/eslint/commit/496f1e7d2244d9333221fce70f2d566899aba644))


### BREAKING CHANGES

* missing blanklines will throw errors

# [2.2.0](https://github.com/xamu-co/eslint/compare/v2.1.0...v2.2.0) (2023-10-15)


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": "2.2.0",
"version": "3.0.0",
"description": "Xamu shared eslint config",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 5363e7c

Please sign in to comment.