Skip to content

Commit

Permalink
fix package json exports field v 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchemist0823 committed Jun 9, 2024
1 parent daf870b commit c73902b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change Log

## version 0.12.3
- Fix package json exports field

## version 0.12.2
- Support burst emission on emitter shape
- Upgrade three.js to 0.165.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "three.quarks",
"version": "0.12.2",
"version": "0.12.3",
"description": "A General-Purpose Particle System for three.js",
"type": "module",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit c73902b

Please sign in to comment.