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

chore(release): 1.0.0 [skip ci]

This commit is contained in:
semantic-release-bot 2022-04-08 19:37:55 +00:00 committed by Divlo
parent 979b4b4c90
commit 94cae4f08b
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
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": "0.0.1", "version": "1.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@thream/file-uploads-api", "name": "@thream/file-uploads-api",
"version": "0.0.1", "version": "1.0.0",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@sinclair/typebox": "0.23.4", "@sinclair/typebox": "0.23.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "@thream/file-uploads-api", "name": "@thream/file-uploads-api",
"version": "0.0.1", "version": "1.0.0",
"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",