Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2020-04-07)

### Features

* **@typescript-eslint:** enable `method-signature-style` rule ([e0ca7cc](e0ca7cc))
* **@typescript-eslint:** enable new `no-unsafe-<subject>` rules ([fb70bb9](fb70bb9))
  • Loading branch information
semantic-release-bot committed Apr 7, 2020
1 parent 6721a2a commit 20ae904
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.4.0](https://github.com/ackama/eslint-config-ackama/compare/v1.3.0...v1.4.0) (2020-04-07)


### Features

* **@typescript-eslint:** enable `method-signature-style` rule ([e0ca7cc](https://github.com/ackama/eslint-config-ackama/commit/e0ca7cc7d1db318d672b758ec6b6f69c6a62024f))
* **@typescript-eslint:** enable new `no-unsafe-<subject>` rules ([fb70bb9](https://github.com/ackama/eslint-config-ackama/commit/fb70bb9863101f2d08c4a30d394fe3d474ef267a))

# [1.3.0](https://github.com/ackama/eslint-config-ackama/compare/v1.2.3...v1.3.0) (2020-02-21)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-ackama",
"version": "1.3.0",
"version": "1.4.0",
"description": "Standard ESLint configurations for Ackama projects.",
"homepage": "https://github.com/ackama/eslint-config-ackama#readme",
"repository": {
Expand Down

0 comments on commit 20ae904

Please sign in to comment.