@atjson/renderer-commonmark
Advanced tools
Comparing version 0.24.3 to 0.24.4
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.24.4](https://github.com/CondeNast/atjson/compare/@atjson/renderer-commonmark@0.24.3...@atjson/renderer-commonmark@0.24.4) (2021-03-24) | ||
**Note:** Version bump only for package @atjson/renderer-commonmark | ||
## [0.24.3](https://github.com/CondeNast/atjson/compare/@atjson/renderer-commonmark@0.24.2...@atjson/renderer-commonmark@0.24.3) (2021-02-18) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@atjson/renderer-commonmark", | ||
"version": "0.24.3", | ||
"version": "0.24.4", | ||
"description": "Render atjson documents into commonmark", | ||
@@ -14,7 +14,7 @@ "main": "dist/commonjs/index.js", | ||
"@atjson/document": "0.24.3", | ||
"@atjson/source-commonmark": "0.23.3", | ||
"@atjson/source-commonmark": "0.23.4", | ||
"@types/markdown-it": "0.0.9" | ||
}, | ||
"dependencies": { | ||
"@atjson/offset-annotations": "0.37.2", | ||
"@atjson/offset-annotations": "0.38.0", | ||
"@atjson/renderer-hir": "0.22.11" | ||
@@ -25,3 +25,3 @@ }, | ||
}, | ||
"gitHead": "b15feae6608bcc533e5a1074d9ebe879b9d523b8" | ||
"gitHead": "14f2bd9bba51855ad012afd9996802ecb96aaf9b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
396587
+ Added@atjson/offset-annotations@0.38.0(transitive)
- Removed@atjson/offset-annotations@0.37.2(transitive)