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
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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "replies-importer-plugin",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"license": "MIT",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion src/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { PluginMetadata } from '@ds-wizard/plugin-sdk/types'
export const pluginMetadata: PluginMetadata = {
uuid: '6534f8f7-0d43-4c4d-9157-15af17f37649',
name: 'Replies Importer',
version: '0.1.0',
version: '1.1.0',
description: 'Importer for replies in JSON exported from wizard.',
}