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 Feb 22, 2019
1 parent e97d28a commit 03e8b00
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
unreleased=true
future-release=v2.0.0
exclude_labels=duplicate,question,invalid,wontfix,External
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

.github_changelog_generator
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## [v2.0.0](https://github.com/AtomLinter/linter-flint/tree/v2.0.0) (2019-02-22)
[Full Changelog](https://github.com/AtomLinter/linter-flint/compare/v1.0.1...v2.0.0)

**Implemented enhancements:**

- V2 linter API support [\#39](https://github.com/AtomLinter/linter-flint/pull/39) ([vzamanillo](https://github.com/vzamanillo))
- chore\(deps\): update dependency eslint to v5.14.1 [\#38](https://github.com/AtomLinter/linter-flint/pull/38) ([renovate[bot]](https://github.com/apps/renovate))
- chore\(deps\): update dependency eslint to v5.14.0 [\#37](https://github.com/AtomLinter/linter-flint/pull/37) ([renovate[bot]](https://github.com/apps/renovate))
- chore\(deps\): update eslint packages \(major\) [\#36](https://github.com/AtomLinter/linter-flint/pull/36) ([renovate[bot]](https://github.com/apps/renovate))
- Configure Renovate [\#34](https://github.com/AtomLinter/linter-flint/pull/34) ([renovate[bot]](https://github.com/apps/renovate))
- Update atom-package-deps to version 5.0.0 🚀 [\#32](https://github.com/AtomLinter/linter-flint/pull/32) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Asyncify the specs [\#24](https://github.com/AtomLinter/linter-flint/pull/24) ([Arcanemagus](https://github.com/Arcanemagus))
- Update eslint-config-airbnb-base to version 12.0.0 🚀 [\#23](https://github.com/AtomLinter/linter-flint/pull/23) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

**Fixed bugs:**

- Support v2 Linter API [\#33](https://github.com/AtomLinter/linter-flint/issues/33)
- Migrate CircleCI to a 2.0 configuration [\#26](https://github.com/AtomLinter/linter-flint/issues/26)
- fix\(deps\): pin dependencies [\#35](https://github.com/AtomLinter/linter-flint/pull/35) ([renovate[bot]](https://github.com/apps/renovate))
- Upgrade to CircleCI 2.0 [\#31](https://github.com/AtomLinter/linter-flint/pull/31) ([Arcanemagus](https://github.com/Arcanemagus))

## [v1.0.1](https://github.com/AtomLinter/linter-flint/tree/v1.0.1) (2017-08-28)
[Full Changelog](https://github.com/AtomLinter/linter-flint/compare/v1.0.0...v1.0.1)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "linter-flint",
"main": "./lib/linter-flint.js",
"version": "1.0.1",
"version": "2.0.0",
"private": true,
"description": "Lint projects using flint",
"repository": "https://github.com/AtomLinter/linter-flint",
Expand Down

0 comments on commit 03e8b00

Please sign in to comment.