From cc0494623aef651f2d06cae22ad3fe80b136d847 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 23:43:38 -0600 Subject: [PATCH] chore: release 0.13.0 (#55) 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 f0c9ea5..d67f185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.0](https://github.com/wowserhq/format/compare/v0.12.0...v0.13.0) (2024-01-10) + + +### Features + +* **clientdb:** add initial clientdb implementation ([#54](https://github.com/wowserhq/format/issues/54)) ([668c498](https://github.com/wowserhq/format/commit/668c4981cf13c0eaae61ca826f82e969414bfa34)) + ## [0.12.0](https://github.com/wowserhq/format/compare/v0.11.0...v0.12.0) (2024-01-07) diff --git a/package-lock.json b/package-lock.json index 8ded9ae..8c09537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wowserhq/format", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@wowserhq/format", - "version": "0.12.0", + "version": "0.13.0", "license": "MIT", "dependencies": { "@wowserhq/io": "^2.0.2", diff --git a/package.json b/package.json index ada46c8..8a0fd13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wowserhq/format", - "version": "0.12.0", + "version": "0.13.0", "description": "Format classes to work with common data files used in World of Warcraft", "author": "Wowser Contributors", "repository": "github:wowserhq/format",