Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.2...v1.9.0) (2021-05-29)

### Features

* update parser to @babel/eslint-parser ([9167397](9167397))
  • Loading branch information
semantic-release-bot committed May 29, 2021
1 parent 9167397 commit 33c27b5
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.9.0](https://github.com/lion-byte/eslint-config/compare/v1.8.2...v1.9.0) (2021-05-29)


### Features

* update parser to @babel/eslint-parser ([9167397](https://github.com/lion-byte/eslint-config/commit/9167397192925963afb6bdf06a63401dfaf733b6))

## [1.8.2](https://github.com/lion-byte/eslint-config/compare/v1.8.1...v1.8.2) (2020-08-27)


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

0 comments on commit 33c27b5

Please sign in to comment.