Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
08181194e2 Version Packages 2022-01-31 13:45:06 +01:00
Thomas Allmer
97cb38ccb8 fix(mdjs-core): add missing slash dependency 2022-01-31 13:43:36 +01:00
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Change Log # Change Log
## 0.9.2
### Patch Changes
- 97cb38c: Add missing slash dependency
## 0.9.1 ## 0.9.1
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@mdjs/core", "name": "@mdjs/core",
"version": "0.9.1", "version": "0.9.2",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
@@ -60,6 +60,7 @@
"remark-gfm": "^1.0.0", "remark-gfm": "^1.0.0",
"remark-parse": "^9.0.0", "remark-parse": "^9.0.0",
"remark-rehype": "^8.0.0", "remark-rehype": "^8.0.0",
"slash": "^3.0.0",
"unified": "^9.2.0", "unified": "^9.2.0",
"unist-util-remove": "^2.0.1", "unist-util-remove": "^2.0.1",
"unist-util-visit": "^2.0.3" "unist-util-visit": "^2.0.3"