From 96e1c733ae14cfbb9e36bf4e3ed1dfcf56fdc8d4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 9 Apr 2023 12:21:30 +0000 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=93=A6):=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.2.0](https://github.com/async3619/haunted/compare/v1.1.1...v1.2.0) (2023-04-09) ### Bug Fixes 🐞 * now every child metadata object will have proper ids ([a776d00](https://github.com/async3619/haunted/commit/a776d0034199dcfa9551ecab93484a52343c8843)) ### Features ✨ * implement endpoint for singular metadata object with id ([88abb79](https://github.com/async3619/haunted/commit/88abb7936152a6995967b0c20ef13139217f8497)) * implement endpoint that resolve all albums released of an artist ([8621729](https://github.com/async3619/haunted/commit/8621729b6e219e80c7b63b4fcca8a81791769dd4)) * implement endpoint that resolve metadata object from ids ([d517eb0](https://github.com/async3619/haunted/commit/d517eb004abef3be51267b0d77e50941162c9f16)) ### Internal 🧰 * **graphql:** replace all the input types into arguments ([3cf8168](https://github.com/async3619/haunted/commit/3cf81680f0357d03036b0bd713726745607e53a8)) * make all media items have their own unique id and source service name ([3fac340](https://github.com/async3619/haunted/commit/3fac3404b564b338187f4eb0c502000608d90fd6)) * make metadata object selection queries returning null-ish values if its not available ([28026d1](https://github.com/async3619/haunted/commit/28026d1f8470830cb23c691f15629212481c25d7)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ce41ec..2625dd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@async3619/haunted", - "version": "1.1.1", + "version": "1.2.0", "description": "music metadata retrieving server", "author": { "url": "sophia-dev.io",