From 1de8fc59f52d761a122f95ca4ead51ce18ca167d Mon Sep 17 00:00:00 2001 From: dogma-io-bot Date: Mon, 20 Jan 2020 02:15:16 +0000 Subject: [PATCH] [ci skip] [bumpr] Version bump to 0.5.1 From CI build 59 --- CHANGELOG.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a26961..af82a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. +## [0.5.1] - 2020-01-19 ([PR 21](https://github.com/dogma-io/eslint-config-lintly/pull/21)) +### Added +- Github releases to be auto-generated by CI. + +### Changed +- Github pull request template to include better changelog template + +### Fixed +* Changelog so it'll get updated by CI. + # [0.5.0] - 2018-09-02 ([PR 18](https://github.com/dogma-io/eslint-config-lintly/pull/18)) ### Changed diff --git a/package.json b/package.json index 32a0a4d..47fe676 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-lintly", - "version": "0.5.0", + "version": "0.5.1", "description": "Lintly ESLint configuration.", "main": "lib/index.js", "files": [ @@ -66,4 +66,4 @@ "peerDependencies": { "eslint": "^6.0.0" } -} +} \ No newline at end of file