diff --git a/CHANGELOG.md b/CHANGELOG.md index e710615..8897ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.22.0](https://github.com/wowserhq/format/compare/v0.21.0...v0.22.0) (2024-01-27) + + +### Features + +* **model:** load bones and bone animations ([7bbf61c](https://github.com/wowserhq/format/commit/7bbf61c57f9e9f2cf52fbffd46ec70cbb3102e78)) + ## [0.21.0](https://github.com/wowserhq/format/compare/v0.20.0...v0.21.0) (2024-01-24) diff --git a/package-lock.json b/package-lock.json index 8375593..ee9207c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wowserhq/format", - "version": "0.21.0", + "version": "0.22.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@wowserhq/format", - "version": "0.21.0", + "version": "0.22.0", "license": "MIT", "dependencies": { "@wowserhq/io": "^2.0.2", diff --git a/package.json b/package.json index 30e2af2..e8bb8b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wowserhq/format", - "version": "0.21.0", + "version": "0.22.0", "description": "Format classes to work with common data files used in World of Warcraft", "author": "Wowser Contributors", "repository": "github:wowserhq/format",