Skip to content

Commit

Permalink
update changelog for v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
g-harel committed Dec 24, 2022
1 parent e2dd4ee commit d627dbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# 2.2.1

- Add option to set custom timestamp provider
- Export `Animation` and `TimestampProvider` types from `v2/animate`
- Add module support, thank you to #4 and #7

# 2.2.0

- Remove added points from end keyframe after interpolation completes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run fmt && npm run test && git add -A ."
"pre-commit": "npm run fmt && npm run test&& npm run demo:build && git add -A ."
}
}
}

0 comments on commit d627dbc

Please sign in to comment.