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

Commit

Permalink
Prepare v3.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Jul 10, 2017
1 parent d33e717 commit fac751f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
24 changes: 20 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [v3.11.0](https://github.com/AtomLinter/linter-stylelint/tree/v3.11.0) (2017-07-10)
[Full Changelog](https://github.com/AtomLinter/linter-stylelint/compare/v3.10.0...v3.11.0)

**Implemented enhancements:**

- Update stylelint to version 7.12.0 🚀 [\#348](https://github.com/AtomLinter/linter-stylelint/pull/348) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- chore\(package\): update stylelint to version 7.11.1 [\#345](https://github.com/AtomLinter/linter-stylelint/pull/345) ([Arcanemagus](https://github.com/Arcanemagus))
- General code refactor and cleanup [\#337](https://github.com/AtomLinter/linter-stylelint/pull/337) ([Arcanemagus](https://github.com/Arcanemagus))
- Async-ify the specs [\#336](https://github.com/AtomLinter/linter-stylelint/pull/336) ([Arcanemagus](https://github.com/Arcanemagus))
- Improve activation time [\#335](https://github.com/AtomLinter/linter-stylelint/pull/335) ([Arcanemagus](https://github.com/Arcanemagus))
- Update atom-linter to version 10.0.0 🚀 [\#332](https://github.com/AtomLinter/linter-stylelint/pull/332) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

**Fixed bugs:**

- Fix Travis CI configuration [\#346](https://github.com/AtomLinter/linter-stylelint/pull/346) ([Arcanemagus](https://github.com/Arcanemagus))

## [v3.10.0](https://github.com/AtomLinter/linter-stylelint/tree/v3.10.0) (2017-04-03)
[Full Changelog](https://github.com/AtomLinter/linter-stylelint/compare/v3.9.0...v3.10.0)

Expand All @@ -14,29 +30,29 @@

**Implemented enhancements:**

- Update stylelint to the latest version 🚀 [\#323](https://github.com/AtomLinter/linter-stylelint/pull/323) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
- Update stylelint to version 7.9.0 🚀 [\#323](https://github.com/AtomLinter/linter-stylelint/pull/323) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v3.8.1](https://github.com/AtomLinter/linter-stylelint/tree/v3.8.1) (2017-02-14)
[Full Changelog](https://github.com/AtomLinter/linter-stylelint/compare/v3.8.0...v3.8.1)

**Implemented enhancements:**

- Update atom-linter to the latest version 🚀 [\#319](https://github.com/AtomLinter/linter-stylelint/pull/319) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
- Update atom-linter to version 9.0.0 🚀 [\#319](https://github.com/AtomLinter/linter-stylelint/pull/319) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v3.8.0](https://github.com/AtomLinter/linter-stylelint/tree/v3.8.0) (2017-02-07)
[Full Changelog](https://github.com/AtomLinter/linter-stylelint/compare/v3.7.0...v3.8.0)

**Implemented enhancements:**

- Updated stylelint and config-standard to latest [\#316](https://github.com/AtomLinter/linter-stylelint/pull/316) ([SpainTrain](https://github.com/SpainTrain))
- Update lazy-req to the latest version 🚀 [\#308](https://github.com/AtomLinter/linter-stylelint/pull/308) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
- Update lazy-req to version 2.0.0 🚀 [\#308](https://github.com/AtomLinter/linter-stylelint/pull/308) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v3.7.0](https://github.com/AtomLinter/linter-stylelint/tree/v3.7.0) (2017-01-07)
[Full Changelog](https://github.com/AtomLinter/linter-stylelint/compare/v3.6.0...v3.7.0)

**Implemented enhancements:**

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

## [v3.6.0](https://github.com/AtomLinter/linter-stylelint/tree/v3.6.0) (2016-11-21)
[Full Changelog](https://github.com/AtomLinter/linter-stylelint/compare/v3.5.0...v3.6.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linter-stylelint",
"version": "3.10.0",
"version": "3.11.0",
"private": true,
"description": "A plugin for Atom Linter providing an interface to stylelint.",
"main": "lib/index.js",
Expand Down

0 comments on commit fac751f

Please sign in to comment.