Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0](v7.0.0...v8.0.0) (2022-01-27)

* Introduce semantic-release ([65e2368](65e2368))

### BREAKING CHANGES

* Every call to marked is isolated now. This makes sure that options from the first call won't influence options from the second call. If you've configured the markdown-loader with two different options, you might observe different behavior now. We also removed Node v8 and Node v10 support and support for older webpack versions. Webpack 5 is required now.
  • Loading branch information
semantic-release-bot committed Jan 27, 2022
1 parent 65e2368 commit 9d20f85
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# [8.0.0](https://github.com/peerigon/markdown-loader/compare/v7.0.0...v8.0.0) (2022-01-27)


* Introduce semantic-release ([65e2368](https://github.com/peerigon/markdown-loader/commit/65e23682f295296ec918e24fa25fccbdd9e8957a))


### BREAKING CHANGES

* Every call to marked is isolated now. This makes sure that options from the first call won't influence options from the second call. If you've configured the markdown-loader with two different options, you might observe different behavior now. We also removed Node v8 and Node v10 support and support for older webpack versions. Webpack 5 is required now.

## Changelog

### 7.0.0
Expand Down

0 comments on commit 9d20f85

Please sign in to comment.