@atjson/renderer-commonmark
Advanced tools
Comparing version 0.22.8 to 0.22.9
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.22.9](https://github.com/CondeNast/atjson/compare/@atjson/renderer-commonmark@0.22.8...@atjson/renderer-commonmark@0.22.9) (2020-04-20) | ||
**Note:** Version bump only for package @atjson/renderer-commonmark | ||
## [0.22.8](https://github.com/CondeNast/atjson/compare/@atjson/renderer-commonmark@0.22.7...@atjson/renderer-commonmark@0.22.8) (2020-04-16) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@atjson/renderer-commonmark", | ||
"version": "0.22.8", | ||
"version": "0.22.9", | ||
"description": "Render atjson documents into commonmark", | ||
@@ -14,7 +14,7 @@ "main": "dist/commonjs/index.js", | ||
"@atjson/document": "0.24.0", | ||
"@atjson/source-commonmark": "0.22.7", | ||
"@atjson/source-commonmark": "0.22.8", | ||
"@types/markdown-it": "0.0.9" | ||
}, | ||
"dependencies": { | ||
"@atjson/offset-annotations": "0.28.3", | ||
"@atjson/offset-annotations": "0.29.0", | ||
"@atjson/renderer-hir": "0.22.6" | ||
@@ -25,3 +25,3 @@ }, | ||
}, | ||
"gitHead": "ce5c17ecee259a710be1cc4ea69b3466f9b049d4" | ||
"gitHead": "c8593802dc1629a36cd2edbd37ab450d9d8bcdc9" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
576322
+ Added@atjson/offset-annotations@0.29.0(transitive)
- Removed@atjson/offset-annotations@0.28.3(transitive)