Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Apr 9, 2021
1 parent 442656b commit 1e669bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.7.0 (2021-04-09)

* fix(json-ld): Add correct types to json output definition files ([373a368](https://github.com/trompamusic/ce-api/commit/373a368))
* feat(json-ld): Return error if document lang doesn't match accept-lang ([c354239](https://github.com/trompamusic/ce-api/commit/c354239))
* feat(schema): Allow custom motivations to be created ([e3b03ae](https://github.com/trompamusic/ce-api/commit/e3b03ae))
* feat(schema): allow wasAttributedTo to be a SoftwareApplication ([3866a07](https://github.com/trompamusic/ce-api/commit/3866a07))
* feat(schema): Use custom trompa type for additionalProperty field ([e00caa9](https://github.com/trompamusic/ce-api/commit/e00caa9))



## <small>1.6.1 (2021-03-30)</small>

* fix(project): fix wrong month for created/modified fields ([1a8ff72](https://github.com/trompamusic/ce-api/commit/1a8ff72))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "ce-api",
"version": "1.6.1",
"version": "1.7.0",
"description": "API Node.js application for TROMPA Contributor Environment",
"main": "src/index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1e669bf

Please sign in to comment.