Skip to content

Commit c9661f9

Browse files
committed
Release 0.2.0-beta.1
1 parent a94b0c4 commit c9661f9

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.1] - 2024-05-14
11+
1012
### ⚠️ Breaking Changes
1113

1214
- Rewrite TypeScript support to allow Intellisense based on JSON:API resource schema. For example:
@@ -117,7 +119,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
117119

118120
- Initial release
119121

120-
[Unreleased]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.8...HEAD
122+
[unreleased]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.1...HEAD
123+
[0.2.0-beta.1]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.8...v0.2.0-beta.1
121124
[0.1.0-beta.8]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.7...v0.1.0-beta.8
122125
[0.1.0-beta.7]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.6...v0.1.0-beta.7
123126
[0.1.0-beta.6]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.5...v0.1.0-beta.6

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

0 commit comments

Comments
 (0)