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

Commit

Permalink
Prepare v2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Aug 26, 2017
1 parent 6404019 commit 7045550
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
# Change Log

## [v2.0.0](https://github.com/AtomLinter/linter-csslint/tree/v2.0.0) (2017-08-26)
[Full Changelog](https://github.com/AtomLinter/linter-csslint/compare/v1.3.4...v2.0.0)

**Implemented enhancements:**

- Remove dependency on custom fork of CSSLint [\#91](https://github.com/AtomLinter/linter-csslint/issues/91)
- Package Loading slow [\#67](https://github.com/AtomLinter/linter-csslint/issues/67)
- Move to using mainline CSSLint [\#170](https://github.com/AtomLinter/linter-csslint/pull/170) ([Arcanemagus](https://github.com/Arcanemagus))
- Update atom-linter to version 10.0.0 🚀 [\#164](https://github.com/AtomLinter/linter-csslint/pull/164) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

**Fixed bugs:**

- Error running CSSLint [\#166](https://github.com/AtomLinter/linter-csslint/issues/166)
- Error: Process execution timed out [\#105](https://github.com/AtomLinter/linter-csslint/issues/105)
- Move to using mainline CSSLint [\#170](https://github.com/AtomLinter/linter-csslint/pull/170) ([Arcanemagus](https://github.com/Arcanemagus))

## [v1.3.4](https://github.com/AtomLinter/linter-csslint/tree/v1.3.4) (2017-02-21)
[Full Changelog](https://github.com/AtomLinter/linter-csslint/compare/v1.3.3...v1.3.4)

**Implemented enhancements:**

- Update dependencies to enable Greenkeeper 🌴 [\#154](https://github.com/AtomLinter/linter-csslint/pull/154) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
- Update dependencies to enable Greenkeeper 🌴 [\#154](https://github.com/AtomLinter/linter-csslint/pull/154) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

**Fixed bugs:**

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lint"
],
"main": "./lib/main",
"version": "1.3.4",
"version": "2.0.0",
"description": "Lint CSS on the fly, using csslint",
"repository": "https://github.com/AtomLinter/linter-csslint",
"license": "MIT",
Expand Down

0 comments on commit 7045550

Please sign in to comment.