Skip to content

Commit adb568b

Browse files
committed
Branch is ready for release - setting release version
1 parent e13a758 commit adb568b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
## 2.4.0 - 2025-01-22
11+
1012
### Changed
1113
- Upgraded to `typescript` from v4 to v5
1214
- Upgraded `@typescript-eslint` packages from v5 to v8
1315
- Upgaded `eslint@^8.40.0` to `eslint@^8.57.0` to work with latest `@typescript-eslint` packages
1416
- Switched `eslint` and `@typescript-eslint` styling rules to use recommended `@stylistic` package
15-
- Enabled `no-duplicate-imports` rule in place of removed `@typescript-eslint/no-duplicate-imports` rule
17+
- Enabled `no-duplicate-imports` rule in place of removed `@typescript-eslint/no-duplicate-imports` rule
1618
- Re-enabled `@typescript-eslint/no-floating-promises` rule
1719
- Disabled `@typescript-eslint/require-await`, which caused some builds to fail inconsistently and doesn't seem particularly valuable
1820

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tinymce/eslint-plugin",
3-
"version": "2.4.0-rc",
3+
"version": "2.4.0",
44
"description": "Plugin for ESLint containing Tiny Technologies Inc. standard linting rules",
55
"author": "Tiny Technologies Inc.",
66
"main": "dist/main/ts/api/Main.js",

0 commit comments

Comments
 (0)