Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
chore(release): 2.5.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 25, 2019
1 parent 6139b50 commit 21e8134
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.5.2](https://github.com/AtomLinter/linter-rubocop/compare/v2.5.1...v2.5.2) (2019-10-25)


### Bug Fixes

* expected parentheses around arrow function argument arrow-parens ([0f6ddf2](https://github.com/AtomLinter/linter-rubocop/commit/0f6ddf2))
* use an object spread instead of `Object.assign` ([7f5e004](https://github.com/AtomLinter/linter-rubocop/commit/7f5e004))

## [2.5.1](https://github.com/AtomLinter/linter-rubocop/compare/v2.5.0...v2.5.1) (2019-10-25)


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,7 +1,7 @@
{
"name": "linter-rubocop",
"main": "./src/index.js",
"version": "2.5.1",
"version": "2.5.2",
"private": true,
"description": "Lint Ruby on the fly, using rubocop",
"repository": "https://github.com/AtomLinter/linter-rubocop",
Expand Down

0 comments on commit 21e8134

Please sign in to comment.