Skip to content

Commit

Permalink
bump version for publish (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbrauer authored Feb 23, 2023
1 parent 6869ab9 commit c7ed7aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.4 (February 22, 2023)

- Enforce curlies on `if...else` statements with the `curly` rule

## 0.6.3 (January 25, 2022)

- Disable `@typescript-eslint/interface-name-prefix` rule
Expand Down
4 changes: 2 additions & 2 deletions 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-neo",
"version": "0.6.3",
"version": "0.6.4",
"description": "Official Neo Financial ESLint configuration",
"main": "index.js",
"author": "Neo Financial Engineering <engineering@neofinancial.com>",
Expand Down

0 comments on commit c7ed7aa

Please sign in to comment.