Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2020-03-04)

### Features

* add more spacing-related rules and other warnings ([cecdab2](cecdab2))
  • Loading branch information
semantic-release-bot committed Mar 4, 2020
1 parent cecdab2 commit c60a1ed
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.7.0](https://github.com/lion-byte/eslint-config/compare/v1.6.0...v1.7.0) (2020-03-04)


### Features

* add more spacing-related rules and other warnings ([cecdab2](https://github.com/lion-byte/eslint-config/commit/cecdab296eb6ef86ddd5f5eaef2449ffee7fa165))

# [1.6.0](https://github.com/lion-byte/eslint-config/compare/v1.5.0...v1.6.0) (2020-01-22)


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.6.0",
"version": "1.7.0",
"description": "ESLint config for personal projects",
"scripts": {
"format": "npm run prettier && npm run lint -- --fix",
Expand Down

0 comments on commit c60a1ed

Please sign in to comment.