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

Commit 9b2c6b5

Browse files
committed
Prepare v1.2.6 release
1 parent 61323c9 commit 9b2c6b5

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
11
# Change Log
22

3+
## [v1.2.6](https://github.com/AtomLinter/linter-ruby/tree/v1.2.6) (2017-08-28)
4+
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.2.5...v1.2.6)
5+
6+
**Implemented enhancements:**
7+
8+
- Update Travis CI configuration [\#121](https://github.com/AtomLinter/linter-ruby/pull/121) ([Arcanemagus](https://github.com/Arcanemagus))
9+
- Update eslint to version 4.5.0 🚀 [\#120](https://github.com/AtomLinter/linter-ruby/pull/120) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
10+
- Update atom-linter to the latest version 🚀 [\#115](https://github.com/AtomLinter/linter-ruby/pull/115) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
11+
12+
**Fixed bugs:**
13+
14+
- path.extname is deprecated. [\#119](https://github.com/AtomLinter/linter-ruby/issues/119)
15+
- Guard against pathless TextEditor [\#122](https://github.com/AtomLinter/linter-ruby/pull/122) ([Arcanemagus](https://github.com/Arcanemagus))
16+
- Change how encoding is specified [\#113](https://github.com/AtomLinter/linter-ruby/pull/113) ([Arcanemagus](https://github.com/Arcanemagus))
17+
318
## [v1.2.5](https://github.com/AtomLinter/linter-ruby/tree/v1.2.5) (2017-02-23)
419
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.2.4...v1.2.5)
520

621
**Implemented enhancements:**
722

823
- Remove macOS Testing [\#110](https://github.com/AtomLinter/linter-ruby/pull/110) ([Arcanemagus](https://github.com/Arcanemagus))
9-
- Update dependencies to enable Greenkeeper 🌴 [\#105](https://github.com/AtomLinter/linter-ruby/pull/105) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
24+
- Update dependencies to enable Greenkeeper 🌴 [\#105](https://github.com/AtomLinter/linter-ruby/pull/105) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
1025

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

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.5",
4+
"version": "1.2.6",
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)