Skip to content

Commit

Permalink
Merge pull request #19 from hirasso/version/automated
Browse files Browse the repository at this point in the history
Update package version (automated)
  • Loading branch information
hirasso authored Dec 26, 2023
2 parents 208bd24 + fff4700 commit 48252f2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [0.1.0] - 2023-12-26

- Allow to mirror the scroll position from and to the `window`

## [0.0.3] - 2023-11

- Fix exported class from cdn build to be uppercase. Before: `new scrollmirror(...)`, after: `new ScrollMirror(...)`

## [0.0.2] - 2023-11

- Testing automated deployment from GitHub releases to npm

## [0.0.1] - 2023-11

- Initial Release

[0.1.0]: https://github.com/swup/fragment-plugin/releases/tag/0.1.0
[0.0.3]: https://github.com/swup/fragment-plugin/releases/tag/0.0.3
[0.0.2]: https://github.com/swup/fragment-plugin/releases/tag/0.0.2
[0.0.1]: https://github.com/swup/fragment-plugin/releases/tag/0.0.1
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scrollmirror",
"amdName": "ScrollMirror",
"version": "0.0.3",
"version": "0.1.0",
"description": "Sync the scroll position of multiple elements on your page",
"author": {
"name": "Rasso Hilber",
Expand Down

0 comments on commit 48252f2

Please sign in to comment.