Skip to content

Commit

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

### Features

* add padding-line-between-statements rule for lines around blocks ([8df0fc4](8df0fc4))
  • Loading branch information
semantic-release-bot committed Jan 7, 2020
1 parent 8df0fc4 commit ef7bf36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.5.0](https://github.com/lion-byte/eslint-config/compare/v1.4.0...v1.5.0) (2020-01-07)


### Features

* add padding-line-between-statements rule for lines around blocks ([8df0fc4](https://github.com/lion-byte/eslint-config/commit/8df0fc4023a32eff908eade6a1acce3b5590c8ae))

# [1.4.0](https://github.com/lion-byte/eslint-config/compare/v1.3.0...v1.4.0) (2019-12-31)


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": "@lionbyte/eslint-config",
"version": "1.4.0",
"version": "1.5.0",
"description": "ESLint config for personal projects",
"scripts": {
"format": "npm run prettier && npm run lint -- --fix",
Expand Down

0 comments on commit ef7bf36

Please sign in to comment.