From 77ba8e03613cfb557f42617582d6536866c529a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 19:08:10 -0600 Subject: [PATCH] chore: release 0.28.0 (#86) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fbd215..3f7fddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.28.0](https://github.com/wowserhq/format/compare/v0.27.0...v0.28.0) (2024-02-26) + + +### Features + +* **mapobj:** add vertex color fix logic to group loading ([7d75e19](https://github.com/wowserhq/format/commit/7d75e191453ed5cbeec9193776330b7263ef52ae)) + + +### Bug Fixes + +* **mapobj:** correct property names for first and last vertex in batches ([6d7730e](https://github.com/wowserhq/format/commit/6d7730ec24676ce5ecc89a74317d0a9f6c622d06)) + ## [0.27.0](https://github.com/wowserhq/format/compare/v0.26.1...v0.27.0) (2024-02-25) diff --git a/package-lock.json b/package-lock.json index 990c47d..861b20f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wowserhq/format", - "version": "0.27.0", + "version": "0.28.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@wowserhq/format", - "version": "0.27.0", + "version": "0.28.0", "license": "MIT", "dependencies": { "@wowserhq/io": "^2.0.2", diff --git a/package.json b/package.json index 7b604d3..e6abdb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wowserhq/format", - "version": "0.27.0", + "version": "0.28.0", "description": "Format classes to work with common data files used in World of Warcraft", "author": "Wowser Contributors", "repository": "github:wowserhq/format",