Skip to content

Commit 2292e24

Browse files
committed
Release 0.1.0-beta.6
1 parent 54ce336 commit 2292e24

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.1.0-beta.6] - 2021-09-01
911
### Fixed
1012
- Fix attribute cast type definition and invoke as function rather than with `new`.
1113

@@ -31,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3133
## [0.1.0-beta.2] - 2021-01-17
3234
- Initial release
3335

34-
[Unreleased]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.5...HEAD
36+
[Unreleased]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.6...HEAD
37+
[0.1.0-beta.6]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.5...v0.1.0-beta.6
3538
[0.1.0-beta.5]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.4...v0.1.0-beta.5
3639
[0.1.0-beta.4]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.3...v0.1.0-beta.4
3740
[0.1.0-beta.3]: https://github.com/tobyzerner/json-api-models/compare/v0.1.0-beta.1...v0.1.0-beta.3

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)