From bcceabf5ca074eed74487b11bb010e1ba29f162b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Sep 2024 15:10:10 +0000 Subject: [PATCH] chore(release): 1.63.6 [skip ci] ## [1.63.6](https://github.com/nkowaokwu/igbo_api/compare/v1.63.5...v1.63.6) (2024-09-27) ### Bug Fixes * **website:** enabled demo and github buttons ([71bfdd1](https://github.com/nkowaokwu/igbo_api/commit/71bfdd194d5297e53b9cd97d3da50305a3185a11)) * **routes:** fix logic for determine routes and stop checking TS during prod build ([884bf42](https://github.com/nkowaokwu/igbo_api/commit/884bf423a841907412ed8b804254501b36cd31e9)) * skip ESLint for Next.js ([1c80d3e](https://github.com/nkowaokwu/igbo_api/commit/1c80d3e6490770fe1edbaf181063ec3dca894e22)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a24df6f3..6bb7f28c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "igbo-api", - "version": "1.63.5", + "version": "1.63.6", "description": "Igbo Dictionary API contains Igbo words, definitions, and examples", "author": "Ijemma Onwuzulike", "main": "server.js",