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.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Oct 26, 2016
1 parent 627e202 commit cf361ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [v1.2.0](https://github.com/AtomLinter/linter-coffeelint/tree/v1.2.0) (2016-10-26)
[Full Changelog](https://github.com/AtomLinter/linter-coffeelint/compare/v1.1.2...v1.2.0)

**Implemented enhancements:**

- False positive on modern Coffeescript syntax [\#69](https://github.com/AtomLinter/linter-coffeelint/issues/69)
- Update all dependencies 🌴 [\#70](https://github.com/AtomLinter/linter-coffeelint/pull/70) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update all dependencies 🌴 [\#59](https://github.com/AtomLinter/linter-coffeelint/pull/59) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))

## [v1.1.2](https://github.com/AtomLinter/linter-coffeelint/tree/v1.1.2) (2015-10-13)
[Full Changelog](https://github.com/AtomLinter/linter-coffeelint/compare/v1.1.0...v1.1.2)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "linter-coffeelint",
"main": "./lib/init",
"private": true,
"version": "1.1.2",
"version": "1.2.0",
"description": "Lint CoffeeScript on the fly, using coffeelint",
"repository": "https://github.com/AtomLinter/linter-coffeelint.git",
"license": "MIT",
Expand Down

0 comments on commit cf361ae

Please sign in to comment.