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

Commit 672b9db

Browse files
committed
chore: release v1.4.3
1 parent 4bfeb7e commit 672b9db

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.3](https://github.com/ChiefORZ/code-styles/compare/1.4.2...1.4.3) (2024-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update external-major ([4bfeb7e](https://github.com/ChiefORZ/code-styles/commit/4bfeb7e42f4c2eedf7d38f99a3ff918d32164fbd))
9+
310
## [1.4.2](https://github.com/ChiefORZ/code-styles/compare/1.4.1...1.4.2) (2024-09-26)
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.2",
3+
"version": "1.4.3",
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.2",
3+
"version": "1.4.3",
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.4.2",
3+
"version": "1.4.3",
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.4.2",
3+
"version": "1.4.3",
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.4.2",
3+
"version": "1.4.3",
44
"keywords": [
55
"prettier",
66
"prettier-config",

0 commit comments

Comments
 (0)