Skip to content

Commit

Permalink
Create new git tag in an attempt to fix #5
Browse files Browse the repository at this point in the history
Maybe the original 2.0.0 tag was published twice
  • Loading branch information
rl-king committed Feb 21, 2022
1 parent b3b7905 commit cc5604a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down

0 comments on commit cc5604a

Please sign in to comment.