Skip to content

Commit

Permalink
Release v0.1.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreenisrael committed Jul 20, 2019
1 parent 1eebbea commit d02c648
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

## v0.1.0 - July 20, 2019

### Rules Added

- padding-before-all

- padding-before-after-all-blocks

- padding-before-after-each-blocks

- padding-before-before-all-blocks

- padding-before-before-each-blocks

- padding-before-expect-statements

### Other

- Security update of lodash
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest-formatting",
"version": "0.0.12",
"version": "0.1.0",
"description": "Formatting rules for jest tests",
"keywords": [
"eslint",
Expand Down

0 comments on commit d02c648

Please sign in to comment.