sassdoc-extras
Advanced tools
Comparing version 2.5.1 to 3.0.0
@@ -10,2 +10,7 @@ # sassdoc-extras change Log | ||
## [3.0.0] - 2020-01-01 | ||
### Changed | ||
* Upgrade `marked` to version `0.8.x`. | ||
Remove support for Node.js version lower than 8. | ||
## [2.5.1] - 2019-0--28 | ||
@@ -19,5 +24,6 @@ ### Fixed | ||
[Unreleased]: https://github.com/sassdoc/sassdoc-extras/compare/2.5.1...HEAD | ||
[Unreleased]: https://github.com/sassdoc/sassdoc-extras/compare/3.0.0...HEAD | ||
[3.0.0]: https://github.com/sassdoc/sassdoc-extras/tags/3.0.0 | ||
[2.5.1]: https://github.com/sassdoc/sassdoc-extras/tags/2.5.1 | ||
[2.5.0]: https://github.com/sassdoc/sassdoc-extras/tags/2.5.0 | ||
[2.4.3]: https://github.com/sassdoc/sassdoc-extras/tags/2.4.3 |
{ | ||
"name": "sassdoc-extras", | ||
"description": "SassDoc's Toolbelt", | ||
"version": "2.5.1", | ||
"version": "3.0.0", | ||
"keywords": [ | ||
@@ -28,3 +28,3 @@ "sassdoc", | ||
"dependencies": { | ||
"marked": "^0.6.2" | ||
"marked": "^0.8.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
12319
+ Addedmarked@0.8.2(transitive)
- Removedmarked@0.6.3(transitive)
Updatedmarked@^0.8.0