Skip to content

Commit 69062a3

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2020-07-22) ### Features * **typescript:** enforce that interface names do not begin with an I ([172d219](172d219))
1 parent 172d219 commit 69062a3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/enter-at/eslint-config-typescript-prettier/compare/v1.0.1...v1.1.0) (2020-07-22)
2+
3+
4+
### Features
5+
6+
* **typescript:** enforce that interface names do not begin with an I ([172d219](https://github.com/enter-at/eslint-config-typescript-prettier/commit/172d2194b1ab6fef963701921368fa79b891085c))
7+
18
## [1.0.1](https://github.com/enter-at/eslint-config-typescript-prettier/compare/v1.0.0...v1.0.1) (2020-07-22)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enter-at/eslint-config-typescript-prettier",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Enterat's ESLint config with TypeScript and Prettier support.",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)