From 57cc7ba728dfa23bbaccbccd6d22d5ec5945d96a Mon Sep 17 00:00:00 2001 From: Dani Sandoval Date: Wed, 28 Jun 2023 09:14:57 -0600 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- .../blog/2023-07-01-whats-new-in-svelte-july-2023.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/blog/2023-07-01-whats-new-in-svelte-july-2023.md b/documentation/blog/2023-07-01-whats-new-in-svelte-july-2023.md index 4c19c4a630..b9b6fb2939 100644 --- a/documentation/blog/2023-07-01-whats-new-in-svelte-july-2023.md +++ b/documentation/blog/2023-07-01-whats-new-in-svelte-july-2023.md @@ -15,9 +15,9 @@ If you're already on Node.js 16, it's possible you won't see any breaking change For a full list of all the changes to the Svelte compiler, including unreleased changes, check out the [CHANGELOG](https://github.com/sveltejs/svelte/blob/master/packages/svelte/CHANGELOG.md). ## What's new in SvelteKit -No breaking changes or any big new features in SvelteKit this month. But there's lots of awesome bug fixes in the [CHANGELOG](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md)! +This month there were lots of awesome [bug fixes](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md), so be sure to upgrade to the latest version! There were no breaking changes or new features as work focused on stability. -If you're looking for adapter-specific changes, check out the CHANGELOGs in each of the `adapter` directories in [packages](https://github.com/sveltejs/kit/tree/master/packages). +If you're looking for adapter-specific changes, check out the CHANGELOGs in each of [the `adapter` directories](https://github.com/sveltejs/kit/tree/master/packages). ---