From c4a8a9f68c7560758924aa52102d4c22c2d0fd1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:00:01 -0600 Subject: [PATCH] chore: release 0.26.1 (#84) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 922edda..9b617b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.26.1](https://github.com/wowserhq/format/compare/v0.26.0...v0.26.1) (2024-02-19) + + +### Bug Fixes + +* **mapobj:** expose group info type ([53dba9f](https://github.com/wowserhq/format/commit/53dba9fc0d44b9ebb38ddcf0271b6fc59730fc6c)) + ## [0.26.0](https://github.com/wowserhq/format/compare/v0.25.0...v0.26.0) (2024-02-18) diff --git a/package-lock.json b/package-lock.json index e62dece..d0aed60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wowserhq/format", - "version": "0.26.0", + "version": "0.26.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@wowserhq/format", - "version": "0.26.0", + "version": "0.26.1", "license": "MIT", "dependencies": { "@wowserhq/io": "^2.0.2", diff --git a/package.json b/package.json index e9b4dbe..adad939 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wowserhq/format", - "version": "0.26.0", + "version": "0.26.1", "description": "Format classes to work with common data files used in World of Warcraft", "author": "Wowser Contributors", "repository": "github:wowserhq/format",