From dd96cb706494a8aeea475c4297a5ce0de9806663 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Apr 2023 23:51:35 +0000 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=93=A6):=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.0](https://github.com/async3619/haunted/compare/v1.0.0...v1.1.0) (2023-04-05) ### Bug Fixes 🐞 * now graphql api input will respect validation configuration ([cb1e02e](https://github.com/async3619/haunted/commit/cb1e02e4c13935071050c85c3300215bf718ba04)) * **spotify:** make spotify resolver automatically regenerate access token when its expired ([7cde6eb](https://github.com/async3619/haunted/commit/7cde6eb3f90eb7d9491fe82ac415b139df160633)) ### Features ✨ * **trpc:** add exposing trpc server support ([d256aae](https://github.com/async3619/haunted/commit/d256aaebf41d357c5329afccf3150e932c756497)) ### Internal 🧰 * **config:** make path of both trpc and graphql endpoint can be set with configuration ([f8320c6](https://github.com/async3619/haunted/commit/f8320c6b6cf6406c6f002b634975aba3a3c5042d)) * **graphql:** change default graphql endpoint path ([cbcdbc3](https://github.com/async3619/haunted/commit/cbcdbc34618a25ee944994dc866534edff49dd3c)) * set minimum limitation of search result limit ([ef5d672](https://github.com/async3619/haunted/commit/ef5d672b37aadfd547832aea31bae55b39a1f88a)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 220894b..0dd95f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@async3619/haunted", - "version": "1.0.0", + "version": "1.1.0", "description": "", "author": "", "private": true,