Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 28, 2024
1 parent c3f5904 commit e4b3baf
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [4.0.0](https://github.com/nugit/eslint-config-nugit/compare/v3.0.0...v4.0.0) (2024-05-28)


### Bug Fixes

* fix eslint environment ([1cd30e4](https://github.com/nugit/eslint-config-nugit/commit/1cd30e46b284fb898e7c939d64d6a2c5ebe637a1))
* fix security vulnerabilities ([6004ee7](https://github.com/nugit/eslint-config-nugit/commit/6004ee7bc0ebbe08f533dc47af7a407dc3327717))


* feat!: upgrade minimum NodeJS version to 20.13 ([00566af](https://github.com/nugit/eslint-config-nugit/commit/00566afe46a3ca57153fe97b292a3f4f087216eb))


### Features

* update [@commitlint](https://github.com/commitlint) dependencies ([22a2668](https://github.com/nugit/eslint-config-nugit/commit/22a26688241ab2001cc416b7b629388cfbcd49fc))
* update husky ([e4eac44](https://github.com/nugit/eslint-config-nugit/commit/e4eac44b0402ff9da77d302d6e22e32d08203ded))
* update minor dependencies ([7951525](https://github.com/nugit/eslint-config-nugit/commit/79515255ca8a79c0b8ac22c34f325c11b883dd66))
* update semantic-release dependencies ([842dc0d](https://github.com/nugit/eslint-config-nugit/commit/842dc0d65d22723d566795b25b30dc56a7addc48))


### BREAKING CHANGES

* minimum NodeJS version is 20.13

# [4.0.0-beta.2](https://github.com/nugit/eslint-config-nugit/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2024-05-28)


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-nugit",
"version": "4.0.0-beta.2",
"version": "4.0.0",
"description": "Nugit's JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e4b3baf

Please sign in to comment.