2
1
mirror of https://github.com/Thream/file-uploads-api.git synced 2024-07-06 21:00:10 +02:00

chore(release): 1.1.8 [skip ci]

This commit is contained in:
semantic-release-bot 2023-12-28 04:06:14 +00:00 committed by Théo LUDWIG
parent 503365b0ef
commit a6350306fb
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@thream/file-uploads-api", "name": "@thream/file-uploads-api",
"version": "1.1.7", "version": "1.1.8",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@thream/file-uploads-api", "name": "@thream/file-uploads-api",
"version": "1.1.7", "version": "1.1.8",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@fastify/cors": "8.4.0", "@fastify/cors": "8.4.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@thream/file-uploads-api", "name": "@thream/file-uploads-api",
"version": "1.1.7", "version": "1.1.8",
"description": "Thream's application programming interface to upload files.", "description": "Thream's application programming interface to upload files.",
"private": true, "private": true,
"type": "module", "type": "module",