Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.3...v1.1.0) (2023-08-23)

### Bug Fixes

* change Reference to Resource to clarify purpose ([2f4cfeb](2f4cfeb))
* do not use `DateTime` for nested fields to improve schema.org compliance ([f81a5b4](f81a5b4))
* use strings rather than `DateTime` for fields that need to be date formatted but not as objects ([a2992d0](a2992d0))

### Features

* **Action:** add `object`, `result`, `retractedTime` fields ([d9cc402](d9cc402))
* add `RetractedActionStatus` ([db8965c](db8965c))
  • Loading branch information
semantic-release-bot committed Aug 23, 2023
1 parent a2992d0 commit c8e6f9a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.1.0](https://github.com/osuresearch/types/compare/v1.0.3...v1.1.0) (2023-08-23)


### Bug Fixes

* change Reference to Resource to clarify purpose ([2f4cfeb](https://github.com/osuresearch/types/commit/2f4cfebcc35eaa5ebb1fbcf165b7d448ae906a42))
* do not use `DateTime` for nested fields to improve schema.org compliance ([f81a5b4](https://github.com/osuresearch/types/commit/f81a5b43b589150f358a38d4e07282f3b94b4a32))
* use strings rather than `DateTime` for fields that need to be date formatted but not as objects ([a2992d0](https://github.com/osuresearch/types/commit/a2992d092ea5b13481a24b2029042b4bb09f1888))


### Features

* **Action:** add `object`, `result`, `retractedTime` fields ([d9cc402](https://github.com/osuresearch/types/commit/d9cc4028182e85395b49a062788ba632a798ce4d))
* add `RetractedActionStatus` ([db8965c](https://github.com/osuresearch/types/commit/db8965ce859d26b06c027c05c9925e81b9a24872))

## [1.0.3](https://github.com/osuresearch/types/compare/v1.0.2...v1.0.3) (2023-04-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osuresearch/types",
"version": "1.0.3",
"version": "1.1.0",
"license": "MIT",
"private": false,
"description": "Atomic data types, definitions, transformers, and resolvers",
Expand Down

0 comments on commit c8e6f9a

Please sign in to comment.