From a22fd43ccb43eb8353fdde25b796ce55eb7710f0 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 29 Nov 2020 18:52:16 -0800 Subject: [PATCH] v1.0.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1565f4..7f7fc79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.1](https://github.com/metonym/svelte-link/releases/tag/v1.0.1) - 2020-11-29 + +- Fix window check for SSR environments + ## [1.0.0](https://github.com/metonym/svelte-link/releases/tag/v1.0.0) - 2020-11-29 - Automatically set `outbound` to `true` if href is external ([PR #3](https://github.com/metonym/svelte-link/pull/3), [issue #2](https://github.com/metonym/svelte-link/issues/2) – thanks [@seaneking](https://github.com/seaneking)) diff --git a/package.json b/package.json index 3997c0e..0e9905a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-link", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "description": "Link component for Svelte", "author": "Eric Liu (https://github.com/metonym)",