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

Commit 5ee0989

Browse files
committed
chore: release v1.2.4
1 parent 558f617 commit 5ee0989

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
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.2.4](https://github.com/ChiefORZ/code-styles/compare/1.2.3...1.2.4) (2023-12-04)
4+
5+
6+
### Bug Fixes
7+
8+
* disable @typescript-eslint/indent rule ([558f617](https://github.com/ChiefORZ/code-styles/commit/558f6177eff47ff5929b22d05814dd5ba0d90721))
9+
310
## [1.2.3](https://github.com/ChiefORZ/code-styles/compare/1.2.2...1.2.3) (2023-12-04)
411

512
## [1.2.2](https://github.com/ChiefORZ/code-styles/compare/1.2.1...1.2.2) (2023-12-04)

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.2.3",
3+
"version": "1.2.4",
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.2.3",
3+
"version": "1.2.4",
44
"keywords": [
55
"biome",
66
"biomejs",

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

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

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

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

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.2.3",
3+
"version": "1.2.4",
44
"keywords": [
55
"prettier",
66
"prettier-config",

0 commit comments

Comments
 (0)