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

Commit

Permalink
Prepare v1.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Mar 18, 2017
1 parent bc2b1fa commit 00e724d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## [v1.1.3](https://github.com/AtomLinter/linter-clojure/tree/v1.1.3) (2017-03-18)
[Full Changelog](https://github.com/AtomLinter/linter-clojure/compare/v1.1.2...v1.1.3)

**Implemented enhancements:**

- Update atom-linter to the latest version 🚀 [\#50](https://github.com/AtomLinter/linter-clojure/pull/50) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
- Update atom-linter to version 8.0.0 🚀 [\#48](https://github.com/AtomLinter/linter-clojure/pull/48) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update atom-linter to version 6.0.0 🚀 [\#43](https://github.com/AtomLinter/linter-clojure/pull/43) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- atom-linter@4.6.1 untested ⚠️ [\#36](https://github.com/AtomLinter/linter-clojure/pull/36) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update atom-package-deps to version 4.0.1 🚀 [\#31](https://github.com/AtomLinter/linter-clojure/pull/31) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- atom-linter@4.5.0 untested ⚠️ [\#29](https://github.com/AtomLinter/linter-clojure/pull/29) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- atom-package-deps@3.0.8 untested ⚠️ [\#27](https://github.com/AtomLinter/linter-clojure/pull/27) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- atom-linter@4.4.0 untested ⚠️ [\#26](https://github.com/AtomLinter/linter-clojure/pull/26) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- atom-linter@4.3.4 untested ⚠️ [\#25](https://github.com/AtomLinter/linter-clojure/pull/25) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- atom-linter@4.3.1 untested ⚠️ [\#21](https://github.com/AtomLinter/linter-clojure/pull/21) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Force EOL to be LF [\#20](https://github.com/AtomLinter/linter-clojure/pull/20) ([Arcanemagus](https://github.com/Arcanemagus))
- atom-linter@4.3.0 untested ⚠️ [\#19](https://github.com/AtomLinter/linter-clojure/pull/19) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- atom-package-deps@3.0.7 untested ⚠️ [\#18](https://github.com/AtomLinter/linter-clojure/pull/18) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))

**Fixed bugs:**

- Disable lintOnFly [\#34](https://github.com/AtomLinter/linter-clojure/issues/34)
- Don't mark as lintOnFly compatible [\#52](https://github.com/AtomLinter/linter-clojure/pull/52) ([Arcanemagus](https://github.com/Arcanemagus))

## [v1.1.2](https://github.com/AtomLinter/linter-clojure/tree/v1.1.2) (2015-12-30)
[Full Changelog](https://github.com/AtomLinter/linter-clojure/compare/v1.1.1...v1.1.2)

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-clojure",
"main": "./lib/init",
"version": "1.1.2",
"version": "1.1.3",
"description": "Lint Clojure on the fly, using clojure-x.x.x.jar",
"repository": "https://github.com/AtomLinter/linter-clojure",
"license": "MIT",
Expand Down

0 comments on commit 00e724d

Please sign in to comment.