Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit 1b9f3e2

Browse files
committed
chore: release v1.4.2
1 parent fbb1ff6 commit 1b9f3e2

File tree

6 files changed

+28
-9
lines changed

6 files changed

+28
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.4.2](https://github.com/ChiefORZ/code-styles/compare/1.4.1...1.4.2) (2024-09-26)
4+
5+
6+
### Bug Fixes
7+
8+
* pin version of typescript-eslint to make it compatible with eslint-config-airbnb-typescript ([fbb1ff6](https://github.com/ChiefORZ/code-styles/commit/fbb1ff609d084504f69ec7a516069ed74494236b))
9+
310
## [1.4.1](https://github.com/ChiefORZ/code-styles/compare/1.4.0...1.4.1) (2024-09-08)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chieforz/code-styles",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ChiefORZ/code-styles"

packages/biome-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chieforz/biome-config",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"keywords": [
55
"biome",
66
"biomejs",

packages/eslint-config-tslint-base/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@chieforz/eslint-config-tslint-base",
3-
"version": "1.4.1",
4-
"keywords": ["tslint", "tslint-config", "tslint config"],
3+
"version": "1.4.2",
4+
"keywords": [
5+
"tslint",
6+
"tslint-config",
7+
"tslint config"
8+
],
59
"repository": {
610
"type": "git",
711
"url": "https://github.com/ChiefORZ/tslint-config"
@@ -16,7 +20,9 @@
1620
"directories": {
1721
"lib": "lib"
1822
},
19-
"files": ["lib"],
23+
"files": [
24+
"lib"
25+
],
2026
"dependencies": {
2127
"@eslint/compat": "^1.1.1",
2228
"@eslint/eslintrc": "^3.1.0",

packages/eslint-config-tslint-react/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@chieforz/eslint-config-tslint-react",
3-
"version": "1.4.1",
4-
"keywords": ["tslint", "tslint config", "tslint-config-react"],
3+
"version": "1.4.2",
4+
"keywords": [
5+
"tslint",
6+
"tslint config",
7+
"tslint-config-react"
8+
],
59
"repository": {
610
"type": "git",
711
"url": "https://github.com/ChiefORZ/tslint-config-react"
@@ -16,7 +20,9 @@
1620
"directories": {
1721
"lib": "lib"
1822
},
19-
"files": ["lib"],
23+
"files": [
24+
"lib"
25+
],
2026
"dependencies": {
2127
"@eslint/compat": "^1.1.1",
2228
"@eslint/eslintrc": "^3.1.0",

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chieforz/prettier-config",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"keywords": [
55
"prettier",
66
"prettier-config",

0 commit comments

Comments
 (0)