From f0ab3bb4eee4cf0ded832c1d78b98afa851fbe5b Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Wed, 17 Nov 2021 16:19:49 -0800 Subject: [PATCH] 3.0.0 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb0458c..94f64bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v2.0.1](https://github.com/rainbow-me/eslint-config-rainbow/compare/v2.0.1-beta.0...v2.0.1) +## [v3.0.0](https://github.com/rainbow-me/eslint-config-rainbow/compare/v2.0.1...v3.0.0) + +### Merged + +- Add sort-destructure-keys [`#15`](https://github.com/rainbow-me/eslint-config-rainbow/pull/15) + +## [v2.0.1](https://github.com/rainbow-me/eslint-config-rainbow/compare/v2.0.1-beta.0...v2.0.1) - 2021-09-23 ### Commits diff --git a/package.json b/package.json index b003399..70962cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-rainbow", - "version": "2.0.1", + "version": "3.0.0", "description": "", "main": ".eslintrc.js", "scripts": {