diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a7dcb6..cb4c99d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-beta.5] - 2024-10-02 + ### Fixed - Fix falsy attribute values not being returned @@ -136,7 +138,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[unreleased]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.4...HEAD +[unreleased]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.5...HEAD +[0.2.0-beta.5]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.4...v0.2.0-beta.5 [0.2.0-beta.4]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.3...v0.2.0-beta.4 [0.2.0-beta.3]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.1...v0.2.0-beta.3 [0.2.0-beta.1]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.8...v0.2.0-beta.1 diff --git a/package.json b/package.json index a7c26d5..9c753ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "json-api-models", "description": "A lightweight layer for working with JSON:API data.", - "version": "0.2.0-beta.4", + "version": "0.2.0-beta.5", "author": "Toby Zerner", "license": "MIT", "module": "./dist/index.es.js",