We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f15887 commit e4ea5fbCopy full SHA for e4ea5fb
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this package will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [1.0.5] - 2025-10-15
8
+- Fix: Remove leftover log
9
+
10
## [1.0.5] - 2025-10-15
11
- Add: support for boolean animation tracks (when using ubyte type)
12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@needle-tools/three-animation-pointer",
3
- "version": "1.0.5",
+ "version": "1.0.6",
"description": "KHR_animation_pointer support for three.js",
"type": "module",
"main": "dist/three-animation-pointer.js",
0 commit comments