From f3b79c57f7ffe9ff2c3f6fb40bdddf6acd0f4150 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 4 Jul 2018 22:17:18 +0200 Subject: [PATCH] Fix typos in release notes --- changelog/v5.0.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/v5.0.1.md b/changelog/v5.0.1.md index 151e90c4a6..9e664b1ae7 100644 --- a/changelog/v5.0.1.md +++ b/changelog/v5.0.1.md @@ -1,6 +1,6 @@ # 5.0.1 -The v4.6.5 release helps reduce bundle sizes for bundler that support the `"sideEffects": "false"`option in `package.json`, and fixes website documentation regarding cdn locations and debug build which has been replaced by source maps. +The v5.0.1 release helps reduce bundle sizes for bundlers that support the `"sideEffects": "false"`option in `package.json`, and fixes website documentation regarding cdn locations and debug build which has been replaced by source maps. ## Fixes