Skip to content

Commit 447c5b7

Browse files
committedSep 29, 2020
6.0.0
1 parent db637b9 commit 447c5b7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
 

‎CHANGELOG.md

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

4+
### 6.0.0
5+
6+
- Remove Node v6 support
7+
48
### 5.2.0
59

610
- Update dependencies
7-
-
11+
- Note: This version is deprecated since it already removed official Node v6 support which should have been published as breaking change
12+
813
### 5.1.0
914

1015
- Update dependencies

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.