build: 1.1.2, just for doc update.

This commit is contained in:
Shibo Lyu 2023-09-15 22:56:34 +08:00
parent 582a18b6bc
commit 8623154efa
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "ghos3", "name": "ghos3",
"version": "1.1.1", "version": "1.1.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ghos3", "name": "ghos3",
"version": "1.1.1", "version": "1.1.2",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.413.0", "@aws-sdk/client-s3": "^3.413.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "ghos3", "name": "ghos3",
"version": "1.1.1", "version": "1.1.2",
"description": "S3 Storage adapter for Ghost.", "description": "S3 Storage adapter for Ghost.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {