Skip to content

Commit e854b0f

Browse files
committed
chore(release): 4.0.0-alpha.0
1 parent 781bca9 commit e854b0f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [4.0.0-alpha.0](https://github.com/burtek/eslint-config/compare/v3.0.1...v4.0.0-alpha.0) (2024-08-08)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **deps:** update dependency eslint to v9 (#41)
11+
* there might be differences in a way this plugin works and this might require changes to project's own `eslint.config.js` files
12+
13+
* feat!(deps): Replace import with import-x (#64) ([b018dba](https://github.com/burtek/eslint-config/commit/b018dba0056c0a00a2ec11e7e6a7c8682b5c3ce5)), closes [#64](https://github.com/burtek/eslint-config/issues/64)
14+
15+
16+
### Features
17+
18+
* **deps:** update dependency eslint to v9 ([#41](https://github.com/burtek/eslint-config/issues/41)) ([6a23fbe](https://github.com/burtek/eslint-config/commit/6a23fbe1d74125344738b94e0c112b5656a7edd7))
19+
20+
21+
### Documentation changes:
22+
23+
* Update CHANGELOG ([781bca9](https://github.com/burtek/eslint-config/commit/781bca941c2ff24fa6b853d9420498cf5cb3f640))
24+
* Update README.md ([f8a294c](https://github.com/burtek/eslint-config/commit/f8a294cd07d3cb2240baa072882591753ce44552))
25+
526
## [3.0.1](https://github.com/burtek/eslint-config/compare/v3.0.0...v3.0.1) (2024-08-08)
627

728

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dtrw/eslint-config",
3-
"version": "3.0.1",
3+
"version": "4.0.0-alpha.0",
44
"author": "Bartosz Dotryw <[email protected]>",
55
"description": "Custom eslint configs",
66
"keywords": [

0 commit comments

Comments
 (0)