Skip to content

Commit 536b050

Browse files
committed
Release 0.2.0-beta.4
1 parent 287b2d1 commit 536b050

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.4] - 2024-10-01
11+
1012
### Changed
1113

1214
- Remove index signature from `Model`
@@ -130,7 +132,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130132

131133
- Initial release
132134

133-
[unreleased]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.3...HEAD
135+
[unreleased]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.4...HEAD
136+
[0.2.0-beta.4]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.3...v0.2.0-beta.4
134137
[0.2.0-beta.3]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.1...v0.2.0-beta.3
135138
[0.2.0-beta.1]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.8...v0.2.0-beta.1
136139
[0.1.0-beta.8]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.7...v0.1.0-beta.8

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.3",
4+
"version": "0.2.0-beta.4",
55
"author": "Toby Zerner",
66
"license": "MIT",
77
"module": "./dist/index.es.js",

0 commit comments

Comments
 (0)