Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.0](v4.0.3...v5.0.0) (2023-07-19)

### ⚠ BREAKING CHANGES

* bump eslint-plugin-jsdoc from 43.2.0 to 46.4.4 (#176)

### Trivial Changes

* restore linting ([#148](#148)) ([b222ba7](b222ba7))
* Update .github/workflows/stale.yml [skip ci] ([b77e8e7](b77e8e7))
* Update .github/workflows/stale.yml [skip ci] ([fec2f8f](fec2f8f))

### Dependencies

* bump eslint-config-standard-with-typescript from 34.0.1 to 36.1.0 ([#175](#175)) ([2caff0a](2caff0a))
* bump eslint-plugin-jsdoc from 43.2.0 to 46.4.4 ([#176](#176)) ([4768f37](4768f37))
  • Loading branch information
semantic-release-bot committed Jul 19, 2023
1 parent 2caff0a commit c0c335f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [5.0.0](https://github.com/ipfs/eslint-config-ipfs/compare/v4.0.3...v5.0.0) (2023-07-19)


### ⚠ BREAKING CHANGES

* bump eslint-plugin-jsdoc from 43.2.0 to 46.4.4 (#176)

### Trivial Changes

* restore linting ([#148](https://github.com/ipfs/eslint-config-ipfs/issues/148)) ([b222ba7](https://github.com/ipfs/eslint-config-ipfs/commit/b222ba7221bffda51e66e4c3de5b98a36659bf4b))
* Update .github/workflows/stale.yml [skip ci] ([b77e8e7](https://github.com/ipfs/eslint-config-ipfs/commit/b77e8e75456346245fd5854b62399e9dc86a2d02))
* Update .github/workflows/stale.yml [skip ci] ([fec2f8f](https://github.com/ipfs/eslint-config-ipfs/commit/fec2f8ffde1021e1e4224738e60f431b57970e74))


### Dependencies

* bump eslint-config-standard-with-typescript from 34.0.1 to 36.1.0 ([#175](https://github.com/ipfs/eslint-config-ipfs/issues/175)) ([2caff0a](https://github.com/ipfs/eslint-config-ipfs/commit/2caff0aabb9e5c4316a4c8e69c644d288e5fd8b6))
* bump eslint-plugin-jsdoc from 43.2.0 to 46.4.4 ([#176](https://github.com/ipfs/eslint-config-ipfs/issues/176)) ([4768f37](https://github.com/ipfs/eslint-config-ipfs/commit/4768f37f13b3fde42f394333ec6af134113e3d24))

## [4.0.3](https://github.com/ipfs/eslint-config-ipfs/compare/v4.0.2...v4.0.3) (2023-05-11)


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": "eslint-config-ipfs",
"version": "4.0.3",
"version": "5.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 c0c335f

Please sign in to comment.