From bcf853b37c4735463799f101c4e29a15d71c8305 Mon Sep 17 00:00:00 2001 From: Christiaan Scheermeijer Date: Fri, 12 Feb 2021 09:14:12 +0100 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 886dbf8..782375b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 1.2.0 (2021-02-12) + +* fix(search): fix allResults query error ([da7f85f](https://github.com/trompamusic/ce-api/commit/da7f85f)) +* Add EXAMPLE_OF_WORK relations that link directly to Audio/MediaObject ([3d4f9a8](https://github.com/trompamusic/ce-api/commit/3d4f9a8)) +* copy name field from Property to PropertyValue ([17b5798](https://github.com/trompamusic/ce-api/commit/17b5798)) +* Remove custom URL scalar ([8be87f2](https://github.com/trompamusic/ce-api/commit/8be87f2)) +* chore(deps-dev): bump node-fetch from 2.3.0 to 2.6.1 ([2af8452](https://github.com/trompamusic/ce-api/commit/2af8452)) +* chore(deps): bump ini from 1.3.5 to 1.3.8 ([6e0302d](https://github.com/trompamusic/ce-api/commit/6e0302d)) +* chore(schema): fix schema errors and update neo4j-graphql-js ([3214aef](https://github.com/trompamusic/ce-api/commit/3214aef)) +* refactor(schema): use SearchableInterface for searchMetadataText query ([c8003c5](https://github.com/trompamusic/ce-api/commit/c8003c5)) +* feat(project): remove CreativeWork type from schema ([aa9ad2f](https://github.com/trompamusic/ce-api/commit/aa9ad2f)) +* feat(schema): merge Thing and Metadata interface ([084e0f4](https://github.com/trompamusic/ce-api/commit/084e0f4)) + + + ## 1.1.0 (2020-11-12) * feat(project): run Neo4j migrations before starting the server ([b05622e](https://github.com/trompamusic/ce-api/commit/b05622e)) diff --git a/package.json b/package.json index b23853d..858d912 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "ce-api", - "version": "1.1.0", + "version": "1.2.0", "description": "API Node.js application for TROMPA Contributor Environment", "main": "src/index.js", "repository": {