From 66e5c1b88da2479115cbdc55c29c14b589a6e9a9 Mon Sep 17 00:00:00 2001 From: Peter Oesteritz Date: Mon, 20 Apr 2020 12:39:48 +0200 Subject: [PATCH] Added TypeScript documentation link to 5.1 changes --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd78e6588..0b691a166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ ## [[5.1.0]](https://github.com/rails/webpacker/compare/v5.0.1...v5.1.0) - 2020-04-19 - Remove yarn integrity check [#2518](https://github.com/rails/webpacker/pull/2518) -- Switch from ts-loader to babel-loader [#2449](https://github.com/rails/webpacker/pull/2449) +- Switch from ts-loader to babel-loader [#2449](https://github.com/rails/webpacker/pull/2449) + Please see the [TypeScript documentation](https://github.com/rails/webpacker/blob/master/docs/typescript.md) to upgrade existing projects to use typescript with 5.1 - Resolve multi-word snakecase WEBPACKER_DEV_SERVER env values [#2528](https://github.com/rails/webpacker/pull/2528) ## [[5.0.1]](https://github.com/rails/webpacker/compare/v5.0.0...v5.0.1) - 2020-03-22