Skip to content

Commit 8e52cfb

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.2.60...v2.0.0) (2023-11-09) ### ⚠ BREAKING CHANGES * migrate to eslint flat config ### Features * migrate to eslint flat config ([#409](#409)) ([e91d6ad](e91d6ad)) ### Bug fixes * **deps:** update dependency eslint to ^8.53.0 ([ca97452](ca97452)) * **deps:** update dependency eslint-plugin-n to ^16.3.0 ([f756ae1](f756ae1)) * **deps:** update eslint txo packages ([5ba9073](5ba9073)) * **deps:** update eslint txo packages to ^6.10.0 ([4260a1b](4260a1b))
1 parent e91d6ad commit 8e52cfb

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [2.0.0](https://github.com/technology-studio/eslint-config-txo-typescript-react/compare/v1.2.60...v2.0.0) (2023-11-09)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* migrate to eslint flat config
7+
8+
### Features
9+
10+
* migrate to eslint flat config ([#409](https://github.com/technology-studio/eslint-config-txo-typescript-react/issues/409)) ([e91d6ad](https://github.com/technology-studio/eslint-config-txo-typescript-react/commit/e91d6adb86e83f1040e2e3e094a73883c8a28723))
11+
12+
13+
### Bug fixes
14+
15+
* **deps:** update dependency eslint to ^8.53.0 ([ca97452](https://github.com/technology-studio/eslint-config-txo-typescript-react/commit/ca97452d6aedef73fab35e45bff43d07d035dfe1))
16+
* **deps:** update dependency eslint-plugin-n to ^16.3.0 ([f756ae1](https://github.com/technology-studio/eslint-config-txo-typescript-react/commit/f756ae15b5ee6f9fb67efbb92901a33b9494c17f))
17+
* **deps:** update eslint txo packages ([5ba9073](https://github.com/technology-studio/eslint-config-txo-typescript-react/commit/5ba907350b9158729db968bd7a1f5fe4aa56087f))
18+
* **deps:** update eslint txo packages to ^6.10.0 ([4260a1b](https://github.com/technology-studio/eslint-config-txo-typescript-react/commit/4260a1bedd35b1729ddc3a5c95f81e0c82d7af36))
19+
120
## [1.2.60](https://github.com/technology-studio/eslint-config-txo-typescript-react/compare/v1.2.59...v1.2.60) (2023-10-27)
221

322

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": "1.2.60",
3+
"version": "2.0.0",
44
"description": "Technology Studio - Eslint typescript react config",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)