From 9d13dcf63f0962c53dce2996565bb194d7eff33f Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 1 Jan 2024 10:23:59 -0800 Subject: [PATCH] v0.10.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e37ff05..71169e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [0.10.2](https://github.com/metonym/svelte-intersection-observer/releases/tag/v0.10.2) - 2023-07-20 + +**Fixes** + +- add `exports` field to `package.json` + ## [0.10.1](https://github.com/metonym/svelte-intersection-observer/releases/tag/v0.10.1) - 2023-07-20 **Fixes** diff --git a/package.json b/package.json index 0a6a438..dfd8fec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-intersection-observer", - "version": "0.10.1", + "version": "0.10.2", "license": "MIT", "description": "Detect if an element is in the viewport using the Intersection Observer API", "author": "Eric Liu (https://github.com/metonym)",