From 81d63f5ce2fab030698ea84f3d4f6f091c41995d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 23:52:15 -0600 Subject: [PATCH] chore: release 0.10.0 (#40) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8329f7..b35de7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.10.0](https://github.com/wowserhq/format/compare/v0.9.3...v0.10.0) (2024-01-03) + + +### Features + +* **map:** add map-aligned position and rotation to doodad defs ([ec7e690](https://github.com/wowserhq/format/commit/ec7e69096019fd2136443bcb6f368edc91fe3bfc)) +* **map:** load doodad defs and obj defs when loading area ([05856f2](https://github.com/wowserhq/format/commit/05856f2fbb2ff28149b9ca3dc19be66313337301)) +* **model:** add support for reading m2 models ([8c4ade3](https://github.com/wowserhq/format/commit/8c4ade3518f96c107b207fee19d0a948570dc537)) + + +### Bug Fixes + +* **blp:** handle unusually sized mip data at very small sizes ([5d83376](https://github.com/wowserhq/format/commit/5d833762e5fe70e4a29cdc0efdb78c7e7724837a)) + ## [0.9.3](https://github.com/wowserhq/format/compare/v0.9.2...v0.9.3) (2023-12-31) diff --git a/package-lock.json b/package-lock.json index fcf6b21..631fafb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wowserhq/format", - "version": "0.9.3", + "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@wowserhq/format", - "version": "0.9.3", + "version": "0.10.0", "license": "MIT", "dependencies": { "@wowserhq/io": "^2.0.2" diff --git a/package.json b/package.json index aa06c0d..ae3a5e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wowserhq/format", - "version": "0.9.3", + "version": "0.10.0", "description": "Format classes to work with common data files used in World of Warcraft", "author": "Wowser Contributors", "repository": "github:wowserhq/format",