Skip to content

Commit

Permalink
Release 0.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed May 14, 2024
1 parent a94b0c4 commit c9661f9
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.1] - 2024-05-14

### ⚠️ Breaking Changes

- Rewrite TypeScript support to allow Intellisense based on JSON:API resource schema. For example:
Expand Down Expand Up @@ -117,7 +119,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.1.0-beta.8...HEAD
[unreleased]: https://github.com/tobyzerner/json-api-models/compare/v0.2.0-beta.1...HEAD
[0.2.0-beta.1]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.8...v0.2.0-beta.1
[0.1.0-beta.8]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.7...v0.1.0-beta.8
[0.1.0-beta.7]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.6...v0.1.0-beta.7
[0.1.0-beta.6]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.5...v0.1.0-beta.6
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.1.0-beta.8",
"version": "0.2.0-beta.1",
"author": "Toby Zerner",
"license": "MIT",
"module": "./dist/index.es.js",
Expand Down

0 comments on commit c9661f9

Please sign in to comment.