Skip to content

Commit

Permalink
version bump to 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aorcsik committed May 16, 2023
1 parent f2ce73e commit eecd869
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Publish Package to npmjs
on:
workflow_dispatch:
release:
types: [published]
jobs:
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# ghost-s3-storage-adapter

## 3.0.7
- automatic package publish on release using workflows

## 3.0.6
- make the access key id and access key optional (thx @tomasz-tomczyk)
- make the access key id and access key optional by @tomasz-tomczyk in #3
- fix typo in variable name by @ifvictr in #2

## 3.0.5
- fix issue with config (thx @norla)
- fix issue with config by @norla in #1

## 3.0.3
- Name change to ghost-s3-storage-adapter
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghost-s3-storage-adapter",
"version": "3.0.6",
"version": "3.0.7",
"description": "Store Ghost's images on S3 and proxy requests for local images to S3.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit eecd869

Please sign in to comment.