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

Commit a10b4fb

Browse files
committed
Prepare v1.2.3 release
1 parent 9db1abb commit a10b4fb

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

CHANGELOG.md

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

3-
## [1.2.2](https://github.com/AtomLinter/linter-ruby/tree/1.2.2) (2016-02-22)
4-
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.2.1...1.2.2)
3+
## [v1.2.3](https://github.com/AtomLinter/linter-ruby/tree/v1.2.3) (2016-11-28)
4+
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.2.2...v1.2.3)
5+
6+
**Implemented enhancements:**
7+
8+
- Improve Atom startup time [\#95](https://github.com/AtomLinter/linter-ruby/pull/95) ([walles](https://github.com/walles))
9+
- Update atom-linter to version 8.0.0 🚀 [\#91](https://github.com/AtomLinter/linter-ruby/pull/91) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
10+
11+
**Fixed bugs:**
12+
13+
- false positives due to utf-8/german umlauts [\#69](https://github.com/AtomLinter/linter-ruby/issues/69)
14+
15+
**Merged pull requests:**
16+
17+
- replace -Ku to -E utf-8 [\#78](https://github.com/AtomLinter/linter-ruby/pull/78) ([ananevam](https://github.com/ananevam))
18+
- [email protected] untested ⚠️ [\#76](https://github.com/AtomLinter/linter-ruby/pull/76) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
19+
20+
## [v1.2.2](https://github.com/AtomLinter/linter-ruby/tree/v1.2.2) (2016-02-22)
21+
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.2.1...v1.2.2)
522

623
**Fixed bugs:**
724

@@ -70,7 +87,7 @@
7087

7188
**Merged pull requests:**
7289

73-
- Convert to independant package. [\#38](https://github.com/AtomLinter/linter-ruby/pull/38) ([kepler0](https://github.com/kepler0))
90+
- Convert to independant package. [\#38](https://github.com/AtomLinter/linter-ruby/pull/38) ([keplersj](https://github.com/keplersj))
7491

7592
## [v1.0.3](https://github.com/AtomLinter/linter-ruby/tree/v1.0.3) (2015-09-05)
7693
[Full Changelog](https://github.com/AtomLinter/linter-ruby/compare/v1.0.2...v1.0.3)
@@ -119,7 +136,7 @@
119136

120137
**Implemented enhancements:**
121138

122-
- Update to Linter v1.0.0 [\#21](https://github.com/AtomLinter/linter-ruby/pull/21) ([kepler0](https://github.com/kepler0))
139+
- Update to Linter v1.0.0 [\#21](https://github.com/AtomLinter/linter-ruby/pull/21) ([keplersj](https://github.com/keplersj))
123140

124141
**Closed issues:**
125142

@@ -169,4 +186,4 @@
169186

170187

171188

172-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
189+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

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