generated from unjs/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7676e5d
commit bad4dc7
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Changelog | ||
|
||
|
||
## v0.0.2 | ||
|
||
|
||
### 🚀 Enhancements | ||
|
||
- Create lib ([7676e5d](https://github.com/mickaelchanrion/data-scroll/commit/7676e5d)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Mickael Chanrion <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "data-scroll", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Scroll parallax, animation from/to using data attributes", | ||
"repository": "mickaelchanrion/data-scroll", | ||
"license": "MIT", | ||
|
@@ -52,4 +52,4 @@ | |
"gsap": "^3.12.3" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |