Skip to content

Commit

Permalink
chore(release): release v1.0.1
Browse files Browse the repository at this point in the history
* Expose missing props of bullet

* Update func name `insertBullets` to `insertBullet`

* After bullet inserted, func returns the new entity

* Make `Mode` module independent
  • Loading branch information
j10ccc committed Aug 4, 2023
1 parent 5654cbd commit 18c9711
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/danmaku-leafer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "danmaku-leafer",
"description": "High performance canvas danmaku for dense data scenario.",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"author": "j10ccc",
"main": "dist/index.js",
Expand All @@ -12,7 +12,13 @@
"dev": "rollup -c -w"
},
"files": [
"dist/**/*"
"LICENSE",
"dist/"
],
"keywords": [
"leafer",
"leafer-ui",
"danmaku"
],
"dependencies": {
"leafer-ui": "1.0.0-beta.7",
Expand Down

0 comments on commit 18c9711

Please sign in to comment.