Skip to content

Commit 7874351

Browse files
committed
changelog / version
1 parent 41a13ac commit 7874351

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.5] - 2025-10-15
8+
- Add: support for boolean animation tracks (when using ubyte type)
9+
710
## [1.0.4] - 2025-10-08
811
- Add: KHR_node_visibility extension
912

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@needle-tools/three-animation-pointer",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "KHR_animation_pointer support for three.js",
55
"type": "module",
66
"main": "dist/three-animation-pointer.js",

0 commit comments

Comments
 (0)