We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db637b9 commit 447c5b7Copy full SHA for 447c5b7
CHANGELOG.md
@@ -1,10 +1,15 @@
1
Changelog
2
---------
3
4
+### 6.0.0
5
+
6
+- Remove Node v6 support
7
8
### 5.2.0
9
10
- Update dependencies
--
11
+- Note: This version is deprecated since it already removed official Node v6 support which should have been published as breaking change
12
13
### 5.1.0
14
15
package.json
@@ -1,6 +1,6 @@
{
"name": "markdown-loader",
- "version": "5.2.0",
+ "version": "6.0.0",
"description": "markdown-loader for webpack",
"main": "index.js",
"files": [
0 commit comments