Skip to content

Commit

Permalink
Release 0.2.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Oct 2, 2024
1 parent 3ad3252 commit 083c0fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 083c0fe

Please sign in to comment.