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

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Feb 26, 2021
1 parent 9eea4fe commit 801556c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.3.0 (2021-02-26)

* chore(MusicPlaylist): rename relation name to be more specific ([e5b7e7c](https://github.com/trompamusic/ce-api/commit/e5b7e7c))
* feat(project): update dependencies with vulnerabilities ([df1420c](https://github.com/trompamusic/ce-api/commit/df1420c))
* feat(project): update Docker to use node-14.16.0 ([6959c18](https://github.com/trompamusic/ce-api/commit/6959c18))
* feat(schema): Align ItemListOrder enum with schema.org values ([ea66dda](https://github.com/trompamusic/ce-api/commit/ea66dda))
* fix: multiple control actions generated when match query returns multiple items ([2b1de56](https://github.com/trompamusic/ce-api/commit/2b1de56)), closes [#138](https://github.com/trompamusic/ce-api/issues/138)
* fix(MusicPlaylist): add trackItemList property ([e4e9ebd](https://github.com/trompamusic/ce-api/commit/e4e9ebd))



## 1.2.0 (2021-02-12)

* fix(search): fix allResults query error ([da7f85f](https://github.com/trompamusic/ce-api/commit/da7f85f))
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": true,
"name": "ce-api",
"version": "1.2.0",
"version": "1.3.0",
"description": "API Node.js application for TROMPA Contributor Environment",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit 801556c

Please sign in to comment.