From 57fd69735f2d69e40041bb009979e924de6705f8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Aug 2022 15:55:52 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [4.0.0](https://github.com/rainbow-me/eslint-config-rainbow/compare/v3.0.0...v4.0.0) (2022-08-24) ### Bug Fixes * add missing dependency ([9698e00](https://github.com/rainbow-me/eslint-config-rainbow/commit/9698e000fef1399f227f267b7778e9251984a85b)) * bump release due to actions error ([f0154c7](https://github.com/rainbow-me/eslint-config-rainbow/commit/f0154c7eaace81561838bc0f9eaff47bd9cb415f)) * downgrade @typescript-eslint/eslint-plugin ([c664c98](https://github.com/rainbow-me/eslint-config-rainbow/commit/c664c986974dec42c178eef8520a00bba038368e)) * move babel-module to deps from devDeps ([91a354a](https://github.com/rainbow-me/eslint-config-rainbow/commit/91a354ad1dc6f00e25a6579c8f0df4d1481221d4)) * test bump patch ([6ccff1f](https://github.com/rainbow-me/eslint-config-rainbow/commit/6ccff1fcd4ffe9e605c77601b5a8b6c9f9a81b98)) ### Features * update config ([e34a8f4](https://github.com/rainbow-me/eslint-config-rainbow/commit/e34a8f49eda726e674c5dc60644549e4c499f15f)) ### BREAKING CHANGES * complete refactor of core config for v4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d6d9a3..1561359 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-rainbow", - "version": "4.0.0-alpha.4", + "version": "4.0.0", "description": "", "main": ".eslintrc.js", "scripts": {