Skip to content

Commit 60a511d

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.0.82...v3.0.0) (2024-11-29) ### ⚠ BREAKING CHANGES * move to ESM and eslint v9 (#641) ### CI * add synchronize to PR workflow ([#638](#638)) ([8059ac3](8059ac3)) * update pr and release workflows ([#635](#635)) ([1d60c92](1d60c92)) ### Features * move to ESM and eslint v9 ([#641](#641)) ([26b06e8](26b06e8))
1 parent 26b06e8 commit 60a511d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [3.0.0](https://github.com/technology-studio/eslint-config-txo-typescript-react/compare/v2.0.82...v3.0.0) (2024-11-29)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* move to ESM and eslint v9 (#641)
7+
8+
### CI
9+
10+
* add synchronize to PR workflow ([#638](https://github.com/technology-studio/eslint-config-txo-typescript-react/issues/638)) ([8059ac3](https://github.com/technology-studio/eslint-config-txo-typescript-react/commit/8059ac3cba53380e286638435f73b7ebc4c0017d))
11+
* update pr and release workflows ([#635](https://github.com/technology-studio/eslint-config-txo-typescript-react/issues/635)) ([1d60c92](https://github.com/technology-studio/eslint-config-txo-typescript-react/commit/1d60c927447b17817486c856bd9a049102044f14))
12+
13+
14+
### Features
15+
16+
* move to ESM and eslint v9 ([#641](https://github.com/technology-studio/eslint-config-txo-typescript-react/issues/641)) ([26b06e8](https://github.com/technology-studio/eslint-config-txo-typescript-react/commit/26b06e849e3ff6a7f1b0d1c9f20f979ad912fc63))
17+
118
## [2.0.82](https://github.com/technology-studio/eslint-config-txo-typescript-react/compare/v2.0.81...v2.0.82) (2024-11-04)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-txo-typescript-react",
3-
"version": "2.0.82",
3+
"version": "3.0.0",
44
"description": "Technology Studio - Eslint typescript react config",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)