Skip to content

Commit

Permalink
chore(release): 1.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.5](v1.1.4...v1.1.5) (2022-04-08)

### Bug Fixes

* specify arrow-parens for cjs & esm ([682e812](682e812))
  • Loading branch information
semantic-release-bot committed Apr 8, 2022
1 parent 682e812 commit 71bcaa8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.5](https://github.com/wfcd/eslint-config/compare/v1.1.4...v1.1.5) (2022-04-08)


### Bug Fixes

* specify arrow-parens for cjs & esm ([682e812](https://github.com/wfcd/eslint-config/commit/682e8126a59a89a4521adfa66df2e4a5bc822009))

## [1.1.4](https://github.com/wfcd/eslint-config/compare/v1.1.3...v1.1.4) (2022-04-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wfcd/eslint-config",
"version": "1.1.4",
"version": "1.1.5",
"description": "Shared eslint configuration for Warframe Community Developers",
"scripts": {
"test": "npm run lint",
Expand Down

0 comments on commit 71bcaa8

Please sign in to comment.