Skip to content

Commit 4e91669

Browse files
committed
1.1.0
1 parent 28d0f81 commit 4e91669

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ See the [Plugins](https://guide.ds-wizard.org/en/latest/more/self-hosted-dsw/con
88

99
## Changelog
1010

11+
### 1.1.0
12+
13+
Updated Plugin SDK to 0.7.0.
14+
1115
### 1.0.0
1216

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "replies-importer-plugin",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"license": "MIT",
66
"author": "",

src/metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { PluginMetadata } from '@ds-wizard/plugin-sdk/types'
33
export const pluginMetadata: PluginMetadata = {
44
uuid: '6534f8f7-0d43-4c4d-9157-15af17f37649',
55
name: 'Replies Importer',
6-
version: '0.1.0',
6+
version: '1.1.0',
77
description: 'Importer for replies in JSON exported from wizard.',
88
}

0 commit comments

Comments
 (0)