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

Commit

Permalink
Prepare v1.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Dec 2, 2016
1 parent 46ed982 commit 4409cef
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## [v1.2.4](https://github.com/AtomLinter/linter-ruby/tree/v1.2.4) (2016-12-02)
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.2.3...v1.2.4)

**Implemented enhancements:**

- Implement specs [\#60](https://github.com/AtomLinter/linter-ruby/issues/60)
- Add CI configurations [\#101](https://github.com/AtomLinter/linter-ruby/pull/101) ([Arcanemagus](https://github.com/Arcanemagus))
- Add basic specs [\#100](https://github.com/AtomLinter/linter-ruby/pull/100) ([Arcanemagus](https://github.com/Arcanemagus))
- Cleanup and bugfixes [\#99](https://github.com/AtomLinter/linter-ruby/pull/99) ([Arcanemagus](https://github.com/Arcanemagus))
- Configure ESLint and cleanup code [\#98](https://github.com/AtomLinter/linter-ruby/pull/98) ([Arcanemagus](https://github.com/Arcanemagus))

**Fixed bugs:**

- Linter Not Activating [\#96](https://github.com/AtomLinter/linter-ruby/issues/96)
- Improve visibility of syntax errors [\#94](https://github.com/AtomLinter/linter-ruby/issues/94)
- Fix styling of syntax errors [\#102](https://github.com/AtomLinter/linter-ruby/pull/102) ([Arcanemagus](https://github.com/Arcanemagus))
- Cleanup and bugfixes [\#99](https://github.com/AtomLinter/linter-ruby/pull/99) ([Arcanemagus](https://github.com/Arcanemagus))
- Add language-ruby-on-rails to activation list [\#97](https://github.com/AtomLinter/linter-ruby/pull/97) ([Arcanemagus](https://github.com/Arcanemagus))

## [v1.2.3](https://github.com/AtomLinter/linter-ruby/tree/v1.2.3) (2016-11-28)
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.2.2...v1.2.3)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "linter-ruby",
"main": "./lib/main",
"version": "1.2.3",
"version": "1.2.4",
"description": "Lint Ruby on the fly, using ruby -wc",
"repository": "https://github.com/AtomLinter/linter-ruby",
"license": "MIT",
Expand Down

0 comments on commit 4409cef

Please sign in to comment.