From 801556c0425fa97306ad5af25db8328428b3abe0 Mon Sep 17 00:00:00 2001 From: Christiaan Scheermeijer Date: Fri, 26 Feb 2021 16:18:03 +0100 Subject: [PATCH] v1.3.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 782375b..f37c3b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 962b127..7eeef67 100644 --- a/package.json +++ b/package.json @@ -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": {