From cc5604a4e2999c3c7aa77163e424e8e983817069 Mon Sep 17 00:00:00 2001 From: rl-king Date: Mon, 21 Feb 2022 11:09:00 +0100 Subject: [PATCH] Create new git tag in an attempt to fix #5 Maybe the original 2.0.0 tag was published twice --- CHANGELOG.md | 3 +++ elm.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f80560..fabd917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.0.1 +* Bump to create new tag in an attempt to fix #5 + ## 2.0.0 * Pass `Msg -> msg` function to every that returns a `Msg` * Add Viewport diff --git a/elm.json b/elm.json index a96f910..7ef7f21 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "rl-king/elm-inview", "summary": "Get information on an element position relative to the current viewport", "license": "BSD-3-Clause", - "version": "2.0.0", + "version": "2.0.1", "exposed-modules": [ "InView" ],