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

Commit 097bdf7

Browse files
committed
chore: release v1.4.0
1 parent 6e1e5b5 commit 097bdf7

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.4.0](https://github.com/ChiefORZ/code-styles/compare/1.3.0...1.4.0) (2024-09-08)
4+
5+
6+
### Features
7+
8+
* add .json to extraFileExtensions ([6e1e5b5](https://github.com/ChiefORZ/code-styles/commit/6e1e5b5484a72f027d5ab474e1768768be292cb3))
9+
310
## [1.3.0](https://github.com/ChiefORZ/code-styles/compare/1.2.6...1.3.0) (2024-06-14)
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.3.0",
3+
"version": "1.4.0",
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.3.0",
3+
"version": "1.4.0",
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.3.0",
3+
"version": "1.4.0",
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.3.0",
3+
"version": "1.4.0",
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.3.0",
3+
"version": "1.4.0",
44
"keywords": [
55
"prettier",
66
"prettier-config",

0 commit comments

Comments
 (0)