From fb8aafd50935e24707ff07c0bbcf1aa6047f4601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Tue, 10 Apr 2018 07:26:57 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20configuration-web-recommended=20?= =?UTF-8?q?-=20v5.0.0=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/configuration-web-recommended/CHANGELOG.md | 12 ++++++++++++ packages/configuration-web-recommended/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/configuration-web-recommended/CHANGELOG.md b/packages/configuration-web-recommended/CHANGELOG.md index 1c834183d46..c583a63b0ec 100644 --- a/packages/configuration-web-recommended/CHANGELOG.md +++ b/packages/configuration-web-recommended/CHANGELOG.md @@ -1,3 +1,15 @@ +# 5.0.0 (April 10, 2018) + +## Breaking Changes + +* [[`0ac48543a5`](https://github.com/sonarwhal/sonarwhal/commit/0ac48543a571477a8651e57862a643159dc45983)] - Breaking: Remove PWAs related rules (by [`Cătălin Mariș`](https://github.com/alrra)). + +## Bug fixes / Improvements + +* [[`b469cfcdf0`](https://github.com/sonarwhal/sonarwhal/commit/b469cfcdf09e206543740a998328e7cef3f0a2a4)] - Fix: Add missing `LICENSE.txt` file (by [`Cătălin Mariș`](https://github.com/alrra) / see also: [`#987`](https://github.com/sonarwhal/sonarwhal/issues/987)). +* [[`accff1527f`](https://github.com/sonarwhal/sonarwhal/commit/accff1527f07e4cb932cb79bf90ceadacbef0620)] - Docs: Add "how to install" information (by [`Jesus David García Gomez`](https://github.com/sarvaje) / see also: [`#958`](https://github.com/sonarwhal/sonarwhal/issues/958)). + + # 4.0.0 (March 23, 2018) ## Breaking Changes diff --git a/packages/configuration-web-recommended/package.json b/packages/configuration-web-recommended/package.json index e00d02764e1..8e97d84ad68 100644 --- a/packages/configuration-web-recommended/package.json +++ b/packages/configuration-web-recommended/package.json @@ -51,5 +51,5 @@ "sonarwhal": "^1.5.0" }, "repository": "sonarwhal/sonarwhal", - "version": "4.0.0" + "version": "5.0.0" }