Skip to content

Commit

Permalink
chore(release): 1.64.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.64.0](v1.63.6...v1.64.0) (2024-11-18)

### Bug Fixes

* await callable and log error with uploading audio ([15bda02](15bda02))
* correct translation response ([3c27ebe](3c27ebe))
* don't be too strict; log request body ([a225437](a225437))
* hide Stripe reference on profile ([99e1635](99e1635))
* pass along api key and remove search icon ([ecfd3d8](ecfd3d8))
* remove extra audio logic ([e5cc9df](e5cc9df))
* remove fallback value ([e54df1c](e54df1c))
* send audio url as base64 and update error messaging ([5936b8f](5936b8f))
* send error response and proper json in ai post requests ([70eb8d2](70eb8d2))
* show result section after transcribing ([8a7a621](8a7a621))
* stop indexing into result ([33ae9ff](33ae9ff))
* update prediction response shapes and hide navigation bar in dashboard ([65d3b5f](65d3b5f))
* use base64 strings to transcribe ([5fb2c65](5fb2c65))

### Features

* add config for eng2ibo api ([c33de71](c33de71))
* update translation controller logic ([5d93e5d](5d93e5d))
* update translation endpoint to be compatible for different endpoints ([0244e95](0244e95))
  • Loading branch information
semantic-release-bot committed Nov 18, 2024
1 parent f01ee49 commit 24c8f86
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": "igbo-api",
"version": "1.63.7",
"version": "1.64.0",
"description": "Igbo Dictionary API contains Igbo words, definitions, and examples",
"author": "Ijemma Onwuzulike",
"main": "server.js",
Expand Down

0 comments on commit 24c8f86

Please sign in to comment.