Skip to content

Commit 24970ee

Browse files
chore(release): 2.0.0
1 parent 80e96b5 commit 24970ee

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/webpack-contrib/remark-loader/compare/v1.0.1...v2.0.0) (2020-11-24)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* `remark` is now in peer dependencies , so you need to install `remark` itself, please read `remark` [changelog](https://github.com/remarkjs/remark/releases) before updating `remark`, there are a lot of breaking changes
11+
12+
### Features
13+
14+
* allow to use `remark@12` and `remark@13` (other versions is not tested, but it may work too)
15+
516
### [1.0.1](https://github.com/webpack-contrib/remark-loader/compare/v1.0.0...v1.0.1) (2020-10-09)
617

718
### Chore

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-loader",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Load markdown through remark with some react-specific features.",
55
"license": "MIT",
66
"repository": "webpack-contrib/remark-loader",

0 commit comments

Comments
 (0)