Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0-beta.4](v2.0.0-beta.3...v2.0.0-beta.4) (2024-09-21)

### Features

* add typescript config ([d98766f](d98766f))

### Bug Fixes

* resolution error ([3ee3ced](3ee3ced))

### Code Refactors

* move @nimec/prettier-config to dependencies ([bb2fa30](bb2fa30))
  • Loading branch information
semantic-release-bot committed Sep 21, 2024
1 parent 3ee3ced commit 774f2f1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [2.0.0-beta.4](https://github.com/nimec01/eslint-config/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2024-09-21)

### Features

* add typescript config ([d98766f](https://github.com/nimec01/eslint-config/commit/d98766f15015f8c399c8f3dedaca4dac69993859))

### Bug Fixes

* resolution error ([3ee3ced](https://github.com/nimec01/eslint-config/commit/3ee3cedd020faec40f830bdd1ad611c205652d85))

### Code Refactors

* move @nimec/prettier-config to dependencies ([bb2fa30](https://github.com/nimec01/eslint-config/commit/bb2fa30269ff54334ff5d91289b6c3e751f3bc1f))

## [2.0.0-beta.3](https://github.com/nimec01/eslint-config/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2024-09-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@nimec/eslint-config",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"type": "module",
"description": "My personal eslint config",
"keywords": [
Expand Down

0 comments on commit 774f2f1

Please sign in to comment.