Skip to content

Commit c6fcf9f

Browse files
committed
v1.11.1
1 parent 5b4b863 commit c6fcf9f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.11.1
2+
3+
**Bugfixes:**
4+
5+
* `ext-curly`: handle LabeledStatement as if it was not present
6+
17
# 1.11.0
28

39
**Non-breaking rule changes:** (you might want to amend your configuration to make the rules stricter again)

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tslint-consistent-codestyle",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "Additional rules to enforce constistent code style with tslint",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,6 @@
2121
"github-release": "GITHUB_TOKEN=$(cat ~/github_token.txt) github-release-from-changelog"
2222
},
2323
"keywords": [
24-
"eslint",
2524
"tslint",
2625
"custom-rules",
2726
"rules",

0 commit comments

Comments
 (0)