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

Commit 7eecd4c

Browse files
committed
chore: release v1.1.3
1 parent 0f42f3b commit 7eecd4c

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

22

3+
## [1.1.3](https://github.com/ChiefORZ/code-styles/compare/1.1.2...1.1.3) (2023-07-09)
4+
5+
6+
### Bug Fixes
7+
8+
* republish tslint configs with conventional package name ([cab1c79](https://github.com/ChiefORZ/code-styles/commit/cab1c7943d13c07dbdfecd490e43ae47bf04916d))
9+
310
## [1.1.2](https://github.com/ChiefORZ/code-styles/compare/1.1.1...1.1.2) (2023-07-03)
411

512
## [1.1.1](https://github.com/ChiefORZ/tslint-config/compare/1.1.0...1.1.1) (2023-06-20)

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.1.2",
3+
"version": "1.1.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ChiefORZ/code-styles"

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

packages/renovate-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/renovate-config",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"keywords": [
55
"renovate",
66
"renovate-config"

0 commit comments

Comments
 (0)