Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm run build

- name: '[release] Create artifact'
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: plugin
path: dist
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ See the [Plugins](https://guide.ds-wizard.org/en/latest/more/self-hosted-dsw/con

## Changelog

### 1.1.0

Updated Plugin SDK to 0.7.0.

### 1.0.0

Initial version based on [DSW Replies Importer](https://github.com/ds-wizard/dsw-replies-importer).
Expand Down
Loading