Skip to content

Commit

Permalink
5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Sep 29, 2020
1 parent 745671c commit db637b9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
24 changes: 16 additions & 8 deletions CHANGELOG.md
@@ -1,23 +1,31 @@
Changelog
---------

### 5.2.0

- Update dependencies
-
### 5.1.0

- Update dependencies

### 5.0.0

- Update dependencies
- Update dependencies
- **Breaking** marked@0.6.0 @tmorehouse [Changelog](https://github.com/markedjs/marked/releases/tag/v0.6.0)
- switch to snapshot tests @meaku
- reduce shipped files via npm @styfle
- fix URL to marked repo @styfle
### 4.0.0
- reduce shipped files via npm @styfle
- fix URL to marked repo @styfle

### 4.0.0

- Update dependencies
- Update dependencies
- **Breaking** marked@0.5.0 @robcresswell [Changelog](https://github.com/markedjs/marked/releases/tag/v0.5.0)

### 3.0.0
- Update dependencies
- Update dependencies
- **Breaking** marked@4.0.0 (@hpohlmeyer) [Changelog](https://github.com/markedjs/marked/releases/tag/0.4.0)
- use webpack 4.x for tests
- use webpack 4.x for tests
- update example to use npm version of `markdown-loader`

### 2.0.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "markdown-loader",
"version": "5.1.0",
"version": "5.2.0",
"description": "markdown-loader for webpack",
"main": "index.js",
"files": [
Expand Down

0 comments on commit db637b9

Please sign in to comment.