Skip to content

Commit

Permalink
Release 0.1.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Aug 31, 2021
1 parent 708a94f commit 36c7678
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0-beta.5] - 2021-08-31
### Added
- Query: add `append`, `set`, and `delete` methods.
- Export useful JSON:API types: `JsonApiDocument`, `JsonApiIdentifier`, `JsonApiResource`, `JsonApiRelationships`, and `JsonApiRelationship`.
Expand All @@ -27,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0-beta.2] - 2021-01-17
- Initial release

[Unreleased]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.4...HEAD
[Unreleased]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.5...HEAD
[0.1.0-beta.5]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.4...v0.1.0-beta.5
[0.1.0-beta.4]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.3...v0.1.0-beta.4
[0.1.0-beta.3]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.1...v0.1.0-beta.3
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4",
"version": "0.1.0-beta.5",
"author": "Toby Zerner",
"license": "MIT",
"main": "./dist/index.cjs.js",
Expand Down

0 comments on commit 36c7678

Please sign in to comment.