diff --git a/CHANGELOG.md b/CHANGELOG.md index 630a486..d174113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.4.0](https://github.com/shipgirlproject/eslint-config/compare/v0.3.0...v0.4.0) (2024-10-29) + + +### Bug Fixes + +* allow nodejs builtin modules ([92d0640](https://github.com/shipgirlproject/eslint-config/commit/92d0640d04d1916729569127977834346dae246c)) + + +### Features + +* option to add additional configs ([9360afc](https://github.com/shipgirlproject/eslint-config/commit/9360afc2d2984d4311b3afc9c44bc4220c0f2f12)) + + + # [0.3.0](https://github.com/shipgirlproject/eslint-config/compare/v0.2.2...v0.3.0) (2024-09-27) @@ -40,12 +54,3 @@ -## [0.1.2](https://github.com/shipgirlproject/eslint-config/compare/v0.1.1...v0.1.2) (2024-08-11) - - -### Bug Fixes - -* version file ([969cdb9](https://github.com/shipgirlproject/eslint-config/commit/969cdb9622bb6536144f13d503cea8a4c9ea1352)) - - - diff --git a/package.json b/package.json index c68d244..6bf90f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shipgirl/eslint-config", - "version": "0.3.0", + "version": "0.4.0", "author": "0t4u", "license": "MIT", "repository": {