Skip to content

Commit be62d81

Browse files
committed
Release 0.2.0-beta.6
1 parent 11c65d5 commit be62d81

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0-beta.6] - 2024-12-05
11+
1012
### Changed
1113

1214
- Revert to non-proxy implementation of model fields
@@ -146,7 +148,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
146148

147149
- Initial release
148150

149-
[unreleased]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.5...HEAD
151+
[unreleased]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.6...HEAD
152+
[0.2.0-beta.6]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.5...v0.2.0-beta.6
150153
[0.2.0-beta.5]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.4...v0.2.0-beta.5
151154
[0.2.0-beta.4]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.3...v0.2.0-beta.4
152155
[0.2.0-beta.3]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.1...v0.2.0-beta.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "json-api-models",
33
"description": "A lightweight layer for working with JSON:API data.",
4-
"version": "0.2.0-beta.5",
4+
"version": "0.2.0-beta.6",
55
"author": "Toby Zerner",
66
"license": "MIT",
77
"module": "./dist/index.es.js",

0 commit comments

Comments
 (0)