Skip to content

Commit

Permalink
chore(πŸ“¦): 1.2.0
Browse files Browse the repository at this point in the history
## [1.2.0](v1.1.1...v1.2.0) (2023-04-09)

### Bug Fixes 🐞

* now every child metadata object will have proper ids ([a776d00](a776d00))

### Features ✨

* implement endpoint for singular metadata object with id ([88abb79](88abb79))
* implement endpoint that resolve all albums released of an artist ([8621729](8621729))
* implement endpoint that resolve metadata object from ids ([d517eb0](d517eb0))

### Internal 🧰

* **graphql:** replace all the input types into arguments ([3cf8168](3cf8168))
* make all media items have their own unique id and source service name ([3fac340](3fac340))
* make metadata object selection queries returning null-ish values if its not available ([28026d1](28026d1))
  • Loading branch information
semantic-release-bot committed Apr 9, 2023
1 parent 3cf8168 commit 96e1c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 96e1c73

Please sign in to comment.