Skip to content

Commit

Permalink
Release 0.2.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Dec 8, 2024
1 parent 7570a74 commit 0d0eec1
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.8] - 2024-12-09

### Fixed

- Fix Schemas not being passed through to `Model.store`
Expand Down Expand Up @@ -158,7 +160,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.7...HEAD
[unreleased]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.8...HEAD
[0.2.0-beta.8]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.7...v0.2.0-beta.8
[0.2.0-beta.7]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.6...v0.2.0-beta.7
[0.2.0-beta.6]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.5...v0.2.0-beta.6
[0.2.0-beta.5]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.4...v0.2.0-beta.5
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.7",
"version": "0.2.0-beta.8",
"author": "Toby Zerner",
"license": "MIT",
"module": "./dist/index.es.js",
Expand Down

0 comments on commit 0d0eec1

Please sign in to comment.