From 379416390499a9c96fa374f20fb64443fba97aa4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 18:05:31 -0600 Subject: [PATCH] chore: release 0.8.1 (#35) 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 83af90d..0b11586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/wowserhq/format/compare/v0.8.0...v0.8.1) (2023-12-27) + + +### Bug Fixes + +* add missing types export to package ([235f5fa](https://github.com/wowserhq/format/commit/235f5fad9f9a29c35fe8a031282361eee4ba793d)) + ## [0.8.0](https://github.com/wowserhq/format/compare/v0.7.0...v0.8.0) (2023-12-26) diff --git a/package-lock.json b/package-lock.json index c966ba2..7821a0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wowserhq/format", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@wowserhq/format", - "version": "0.8.0", + "version": "0.8.1", "license": "MIT", "dependencies": { "@wowserhq/io": "^2.0.1" diff --git a/package.json b/package.json index 2bde37b..ca4188a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wowserhq/format", - "version": "0.8.0", + "version": "0.8.1", "description": "Format classes to work with common data files used in World of Warcraft", "author": "Wowser Contributors", "repository": "github:wowserhq/format",