Skip to content

Commit

Permalink
chore(release): 0.45.0
Browse files Browse the repository at this point in the history
# [0.45.0](stencila/schema@v0.44.2...v0.45.0) (2020-09-08)

### Bug Fixes

* **CreativeWork:** Allow about to be an array of Things ([665842a](stencila/schema@665842a))

### Features

* **NontextualAnnotation:** Adds node type for text that has a non-textual annotation ([9b593eb](stencila/schema@9b593eb)), closes [#211](stencila/schema#211)
* Add extends Thing in DefinedTerm schema ([775d0c4](stencila/schema@775d0c4))
* Add subjects schema ([de4871e](stencila/schema@de4871e))
* Add type about and genre ([692a9e7](stencila/schema@692a9e7))
  • Loading branch information
stencila-ci committed Sep 8, 2020
1 parent 9b593eb commit bef763a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.45.0](https://github.com/stencila/schema/compare/v0.44.2...v0.45.0) (2020-09-08)


### Bug Fixes

* **CreativeWork:** Allow about to be an array of Things ([665842a](https://github.com/stencila/schema/commit/665842a66eeaa61dcbb49955c092832daf534554))


### Features

* **NontextualAnnotation:** Adds node type for text that has a non-textual annotation ([9b593eb](https://github.com/stencila/schema/commit/9b593eb31aeabe397734d08c802591bc13322380)), closes [#211](https://github.com/stencila/schema/issues/211)
* Add extends Thing in DefinedTerm schema ([775d0c4](https://github.com/stencila/schema/commit/775d0c4910c1c92bd206c9d3e952e95b5cd46282))
* Add subjects schema ([de4871e](https://github.com/stencila/schema/commit/de4871e0373254fba44ace2dd5744d618562a533))
* Add type about and genre ([692a9e7](https://github.com/stencila/schema/commit/692a9e7e7c5a94001cfb3acdd7ac8d52eef397d5))

## [0.44.2](https://github.com/stencila/schema/compare/v0.44.1...v0.44.2) (2020-09-01)


Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "@stencila/schema",
"version": "0.44.2",
"version": "0.45.0",
"description": "Stencila schema and other specifications",
"files": [
"dist"
Expand Down

0 comments on commit bef763a

Please sign in to comment.