diff options
| author | ache <ache@ache.one> | 2020-03-14 16:09:07 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2020-03-14 16:09:07 +0100 |
| commit | 339905cf8d4b5dd9bb7125ddaf7d221940a7f4c6 (patch) | |
| tree | 9e6711265f8e9364b8bbb9425894b10c05d40c9d | |
| parent | Babel issues #11216 (diff) | |
New version
| -rw-r--r-- | package-lock.json | 2 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json index 82549f3..6e68ad6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "remark-attr", - "version": "0.9.0", + "version": "0.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d0dc7a3..cb56771 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-attr", - "version": "0.9.0", + "version": "0.10.0", "description": "Add support of custom attributes to Markdown syntax.", "main": "dist/index.js", "scripts": { |