From 35adb0f2a43e9e255a2a1ac27039bd358c4e5fc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:02:17 -0600 Subject: [PATCH] chore: release 0.13.1 (#56) 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 d67f185..51caba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.1](https://github.com/wowserhq/format/compare/v0.13.0...v0.13.1) (2024-01-10) + + +### Bug Fixes + +* **clientdb:** export base record class ([c8c0d0c](https://github.com/wowserhq/format/commit/c8c0d0c9dc4d1e23568bc6a734eb8d9d88f932fe)) + ## [0.13.0](https://github.com/wowserhq/format/compare/v0.12.0...v0.13.0) (2024-01-10) diff --git a/package-lock.json b/package-lock.json index 8c09537..0b07fcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wowserhq/format", - "version": "0.13.0", + "version": "0.13.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@wowserhq/format", - "version": "0.13.0", + "version": "0.13.1", "license": "MIT", "dependencies": { "@wowserhq/io": "^2.0.2", diff --git a/package.json b/package.json index 8a0fd13..c930054 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wowserhq/format", - "version": "0.13.0", + "version": "0.13.1", "description": "Format classes to work with common data files used in World of Warcraft", "author": "Wowser Contributors", "repository": "github:wowserhq/format",