Skip to content

Commit e4b00b7

Browse files
committed
finalize changelog entry for v2.1.0
1 parent 264561d commit e4b00b7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# 2.1.0
22

3-
- Add animation API.
4-
- More type checks.
3+
- Improved type checks on user-provided data
4+
- Added `"blobs/v2/animate"`
5+
- Animate between arbitrary blob keyframes
6+
- Separate import to keep main bundle small
7+
- New demo website with animated blob transitions
8+
- Supports only canvas rendering
59

610
# 2.0.1
711

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "blobs",
3-
"version": "2.0.1",
4-
"description": "Random blob generator",
3+
"version": "2.1.0-beta.1",
4+
"description": "Random blob generation and animation",
55
"author": "g-harel",
66
"license": "MIT",
77
"main": "index.js",

0 commit comments

Comments
 (0)