Compare commits

...

1 Commits

Author SHA1 Message Date
KillianG e021614997 bump 8.7.23 2023-06-01 13:35:55 -07:00
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
name: tests name: tests
on: on:
workflow_dispatch:
push: push:
branches-ignore: branches-ignore:
- 'development/**' - 'development/**'

View File

@ -1,6 +1,6 @@
{ {
"name": "@zenko/cloudserver", "name": "@zenko/cloudserver",
"version": "8.7.21", "version": "8.7.23",
"description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol", "description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol",
"main": "index.js", "main": "index.js",
"engines": { "engines": {