diff --git a/.bumprrc.js b/.bumprrc.js index 4e1b371..d895328 100644 --- a/.bumprrc.js +++ b/.bumprrc.js @@ -13,6 +13,9 @@ module.exports = { enabled: true, file: '.bumpr-log.json' }, + release: { + enabled: true + }, timezone: { enabled: true, zone: 'America/New_York' diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4accf05..22987b0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,5 +6,14 @@ * [ ] #major# - incompatible API change ## CHANGELOG +### Added -* Please add a description of your change here, it will be automatically prepended to the `CHANGELOG.md` file. +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security diff --git a/CHANGELOG.md b/CHANGELOG.md index 10b9b24..1a26961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,96 +1,140 @@ -# 0.4.1 (2018-09-02) - -* Fix Flow types. +# Changelog +All notable changes to this project will be documented in this file. -# 0.4.0 (2018-09-02) - -* Upgrade dependencies to latest versions. +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -# 0.3.0 (2018-07-19) - -* Upgrade dependencies to latest versions. + -# 0.2.2 (2018-06-14) - -* Upgrade to latest patch version of `prettier`. + +# [0.5.0] - 2018-09-02 ([PR 18](https://github.com/dogma-io/eslint-config-lintly/pull/18)) -# 0.2.1 (2018-06-05) +### Changed +* Dependencies to latest versions. + +# [0.4.1] - 2018-09-02 ([PR 16](https://github.com/dogma-io/eslint-config-lintly/pull/16)) -* Make sure build is ES5. +### Fixed +* Flow types. +# [0.4.0] - 2018-09-02 ([PR 15](https://github.com/dogma-io/eslint-config-lintly/pull/15)) + +### Changed +* Dependencies to latest versions. -# 0.2.0 (2018-05-27) +# [0.3.0] - 2018-07-19 ([PR 14](https://github.com/dogma-io/eslint-config-lintly/pull/14)) -* Add flow types to `lib` directory. -* Upgrade dependencies to latest versions. +### Changed +* Dependencies to latest versions. +# [0.2.2] - 2018-06-14 ([PR 13](https://github.com/dogma-io/eslint-config-lintly/pull/13)) + +### Changed +* `prettier` to latest patch version. -# 0.1.4 (2018-05-18) +# [0.2.1] - 2018-06-05 ([PR 12](https://github.com/dogma-io/eslint-config-lintly/pull/12)) -* Upgrade dependencies to latest versions. +### Changed +* Build to be ES5. -# 0.1.3 (2018-04-30) +# [0.2.0] - 2018-05-27 ([PR 9](https://github.com/dogma-io/eslint-config-lintly/pull/9)) -* Upgrade dependencies to latest versions. +### Added +* Flow types to `lib` directory. + +### Changed +* Dependencies to latest versions. +# [0.1.4] - 2018-05-18 ([PR 7](https://github.com/dogma-io/eslint-config-lintly/pull/7)) + +### Changed +* Dependencies to latest versions. -# 0.1.2 (2018-04-20) +# [0.1.3] - 2018-04-30 ([PR 6](https://github.com/dogma-io/eslint-config-lintly/pull/6)) -* Upgrade dependencies to latest versions. +### Changed +* Dependencies to latest versions. +# [0.1.2] - 2018-04-20 ([PR 5](https://github.com/dogma-io/eslint-config-lintly/pull/5)) + +### Changed +* Dependencies to latest versions. -# 0.1.1 (2018-04-04) +# [0.1.1] - 2018-04-04 ([PR 4](https://github.com/dogma-io/eslint-config-lintly/pull/4)) + +### Added +* `engines` to `package.json` to set minimum Node version to 6. -* Added `engines` to `package.json` to set minimum Node version to 6. -* Upgraded dependencies to latest versions. +## Changed +* Dependencies to latest versions. -# 0.1.0 (2018-03-20) +# [0.1.0] - 2018-03-20 ([PR 3](https://github.com/dogma-io/eslint-config-lintly/pull/3)) + +### Added +* Code of conduct. +* Configuration for continuous integration. -* Update dependencies to latest versions. -* Configure continuous integration. -* Change minimum Node version to 6. -* Add code of conduct. +### Changed +* Dependencies to latest versions. +* Minimum Node version to 6. + +## [0.0.10] -## 0.0.10 +### Changed +* Dependencies to latest versions. -* Upgrade dependencies to latest versions. +## [0.0.9] -## 0.0.9 +### Added +* `eslint-plugin-jsx-a11y`. -* Add `eslint-plugin-jsx-a11y`. +## [0.0.8] -## 0.0.8 +### Changed +* `eslint-plugin-opinionated` for a bug fix. -* Upgrade `eslint-plugin-opinionated` for a bug fix. +## [0.0.7] -## 0.0.7 +### Added +* `eslint-plugin-opinionated`. -* Add `eslint-plugin-opinionated`. -* Upgrade `eslint-plugin-flowtype` to latest version. +### Changed +* `eslint-plugin-flowtype` to latest version. -## 0.0.6 +## [0.0.6] +### Added * Enable stricter lint rules. -## 0.0.5 +## [0.0.5] + +### Changed +* Dependencies to latest versions. -* Upgrade dependencies to latest versions. +## [0.0.4] -## 0.0.4 +### Added +* `eslint-plugin-react-compat`. -* Add eslint-plugin-react-compat. -* Upgrade dependencies to latest versions. +### Changed +* Dependencies to latest versions. -## 0.0.3 +## [0.0.3] -* Upgrade to latest nodely which uses Babel 7 beta. +### Changed +* `nodely` to latest version which uses Babel 7 beta. -## 0.0.2 +## [0.0.2] -* Fixed babel config and tests. +### Fixed +* Babel config and tests. -## 0.0.1 +## [0.0.1] +### Added * Initial implementation.