Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.0](v3.1.7...v4.0.0) (2023-04-05)

### ⚠ BREAKING CHANGES

* `await` is not allowed before `return` unless it is inside a `try/catch` in which case it is required

Co-authored-by: Russell Dempsey <[email protected]>
* previously jsx and tsx files were not linted, now they are
* add import sorting rule (#126)

### Features

* add import sorting rule ([#126](#126)) ([1462d09](1462d09))
* lint jsx ([#140](#140)) ([fb5e5b6](fb5e5b6))

### Bug Fixes

* only require `await`ing promises returned from inside try/catch blocks ([#133](#133)) ([a6e4a7b](a6e4a7b)), closes [#130](#130)

### Trivial Changes

* convert to aegir project ([81d8ba3](81d8ba3))
* **deps:** bump eslint-config-standard-with-typescript from 27.0.1 to 34.0.1 ([#135](#135)) ([fc9aa6f](fc9aa6f))
* **deps:** bump eslint-plugin-jsdoc from 39.9.1 to 40.1.1 ([#139](#139)) ([bd1422b](bd1422b))
* fix linting ([adffc58](adffc58))
* use unified ci ([2674c56](2674c56))
  • Loading branch information
semantic-release-bot committed Apr 5, 2023
1 parent adffc58 commit 9b091f7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## [4.0.0](https://github.com/ipfs/eslint-config-ipfs/compare/v3.1.7...v4.0.0) (2023-04-05)


### ⚠ BREAKING CHANGES

* `await` is not allowed before `return` unless it is inside a `try/catch` in which case it is required

Co-authored-by: Russell Dempsey <[email protected]>
* previously jsx and tsx files were not linted, now they are
* add import sorting rule (#126)

### Features

* add import sorting rule ([#126](https://github.com/ipfs/eslint-config-ipfs/issues/126)) ([1462d09](https://github.com/ipfs/eslint-config-ipfs/commit/1462d096c8bd13af22ebe9ab6ef317996dc488c7))
* lint jsx ([#140](https://github.com/ipfs/eslint-config-ipfs/issues/140)) ([fb5e5b6](https://github.com/ipfs/eslint-config-ipfs/commit/fb5e5b6120cff5419faab4648a45855824eb46ae))


### Bug Fixes

* only require `await`ing promises returned from inside try/catch blocks ([#133](https://github.com/ipfs/eslint-config-ipfs/issues/133)) ([a6e4a7b](https://github.com/ipfs/eslint-config-ipfs/commit/a6e4a7b26eb43f829efb6b0202bf8fc7b397341a)), closes [#130](https://github.com/ipfs/eslint-config-ipfs/issues/130)


### Trivial Changes

* convert to aegir project ([81d8ba3](https://github.com/ipfs/eslint-config-ipfs/commit/81d8ba310dd48432a8991bc48fb805bf7cea4958))
* **deps:** bump eslint-config-standard-with-typescript from 27.0.1 to 34.0.1 ([#135](https://github.com/ipfs/eslint-config-ipfs/issues/135)) ([fc9aa6f](https://github.com/ipfs/eslint-config-ipfs/commit/fc9aa6f589131403753617e8a1f5f0c770d67d19))
* **deps:** bump eslint-plugin-jsdoc from 39.9.1 to 40.1.1 ([#139](https://github.com/ipfs/eslint-config-ipfs/issues/139)) ([bd1422b](https://github.com/ipfs/eslint-config-ipfs/commit/bd1422ba1ce171a20dbf74660f2f17d5eca538c4))
* fix linting ([adffc58](https://github.com/ipfs/eslint-config-ipfs/commit/adffc585b2006594a79122c2982da2e92408ccf6))
* use unified ci ([2674c56](https://github.com/ipfs/eslint-config-ipfs/commit/2674c56dfe0e0f05e0496030904e6c2b98147cd6))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-ipfs",
"version": "3.1.7",
"version": "4.0.0",
"description": "ESLint Shareable Config for IPFS project",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/eslint-config-ipfs#readme",
Expand Down

0 comments on commit 9b091f7

Please sign in to comment.