Skip to content

Commit

Permalink
Prepared for release of 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmecham committed Mar 28, 2020
1 parent 6c114ba commit 658bc30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RuboCop.novaextension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## UNRELEASED
## Version 0.5.0

- Added notifications of RuboCop invocation errors.
- Added a listener to also run RuboCop before save.
Expand Down
2 changes: 1 addition & 1 deletion RuboCop.novaextension/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "RuboCop",
"vendor": "Mecham",
"description": "Lint your Ruby source files with RuboCop.",
"version": "0.4.2",
"version": "0.5.0",
"categories": ["issues"],
"repository": "https://github.com/jsmecham/nova-rubocop",
"bugs": "https://github.com/jsmecham/nova-rubocop/issues",
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": "nova-rubocop",
"version": "0.4.2",
"version": "0.5.0",
"description": "Lint your Ruby source files with RuboCop.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 658bc30

Please sign in to comment.