Skip to content

Commit 2bd1d24

Browse files
committedJan 27, 2022
7.0.0
1 parent 01a63ae commit 2bd1d24

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
### 7.0.0
5+
6+
- **Breaking:** Update marked@4.0.12 to fix security issues ([#82](https://github.com/peerigon/markdown-loader/issues/82))
7+
48
### 6.0.0
59

610
- Remove Node v6 support

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-loader",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"description": "markdown-loader for webpack",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.