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

Commit 4409cef

Browse files
committed
Prepare v1.2.4 release
1 parent 46ed982 commit 4409cef

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## [v1.2.4](https://github.com/AtomLinter/linter-ruby/tree/v1.2.4) (2016-12-02)
4+
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.2.3...v1.2.4)
5+
6+
**Implemented enhancements:**
7+
8+
- Implement specs [\#60](https://github.com/AtomLinter/linter-ruby/issues/60)
9+
- Add CI configurations [\#101](https://github.com/AtomLinter/linter-ruby/pull/101) ([Arcanemagus](https://github.com/Arcanemagus))
10+
- Add basic specs [\#100](https://github.com/AtomLinter/linter-ruby/pull/100) ([Arcanemagus](https://github.com/Arcanemagus))
11+
- Cleanup and bugfixes [\#99](https://github.com/AtomLinter/linter-ruby/pull/99) ([Arcanemagus](https://github.com/Arcanemagus))
12+
- Configure ESLint and cleanup code [\#98](https://github.com/AtomLinter/linter-ruby/pull/98) ([Arcanemagus](https://github.com/Arcanemagus))
13+
14+
**Fixed bugs:**
15+
16+
- Linter Not Activating [\#96](https://github.com/AtomLinter/linter-ruby/issues/96)
17+
- Improve visibility of syntax errors [\#94](https://github.com/AtomLinter/linter-ruby/issues/94)
18+
- Fix styling of syntax errors [\#102](https://github.com/AtomLinter/linter-ruby/pull/102) ([Arcanemagus](https://github.com/Arcanemagus))
19+
- Cleanup and bugfixes [\#99](https://github.com/AtomLinter/linter-ruby/pull/99) ([Arcanemagus](https://github.com/Arcanemagus))
20+
- Add language-ruby-on-rails to activation list [\#97](https://github.com/AtomLinter/linter-ruby/pull/97) ([Arcanemagus](https://github.com/Arcanemagus))
21+
322
## [v1.2.3](https://github.com/AtomLinter/linter-ruby/tree/v1.2.3) (2016-11-28)
423
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.2.2...v1.2.3)
524

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-ruby",
33
"main": "./lib/main",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"description": "Lint Ruby on the fly, using ruby -wc",
66
"repository": "https://github.com/AtomLinter/linter-ruby",
77
"license": "MIT",

0 commit comments

Comments
 (0)