diff --git a/CHANGELOG.md b/CHANGELOG.md index 8897ab9..222dcf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.23.0](https://github.com/wowserhq/format/compare/v0.22.0...v0.23.0) (2024-01-31) + + +### Features + +* **model:** include sequence bounds ([027f7d8](https://github.com/wowserhq/format/commit/027f7d800f7795de4327d74ca4bce3186619379a)) + ## [0.22.0](https://github.com/wowserhq/format/compare/v0.21.0...v0.22.0) (2024-01-27) diff --git a/package-lock.json b/package-lock.json index ee9207c..d659e2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wowserhq/format", - "version": "0.22.0", + "version": "0.23.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@wowserhq/format", - "version": "0.22.0", + "version": "0.23.0", "license": "MIT", "dependencies": { "@wowserhq/io": "^2.0.2", diff --git a/package.json b/package.json index e8bb8b3..47ba93a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wowserhq/format", - "version": "0.22.0", + "version": "0.23.0", "description": "Format classes to work with common data files used in World of Warcraft", "author": "Wowser Contributors", "repository": "github:wowserhq/format",