Skip to content

Commit d615e56

Browse files
committed
chore(release): 2.0.0
1 parent c6b60f2 commit d615e56

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
1-
# Change Log
1+
# Changelog
22

3-
All notable changes to this project will be documented in this file.
4-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
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.
4+
5+
## 2.0.0 (2021-01-20)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* update module (#23)
11+
12+
### Features
13+
14+
* update module ([#23](https://github.com/nuxt-community/markdownit-module/issues/23)) ([017b87e](https://github.com/nuxt-community/markdownit-module/commit/017b87e529839006a70c3d7417a71adf002fab44))
15+
* **markdownit:** add types for `$md` util ([#376](https://github.com/nuxt-community/markdownit-module/issues/376)) ([9059fbd](https://github.com/nuxt-community/markdownit-module/commit/9059fbd02bee237cde1820e4008388d07a983209))
16+
* **markdownit:** inject $md to app and vue instance ([#174](https://github.com/nuxt-community/markdownit-module/issues/174)) ([5d5f345](https://github.com/nuxt-community/markdownit-module/commit/5d5f345cb36976629d44fc3828d1e45746648a49))
17+
18+
19+
### Bug Fixes
20+
21+
* **markdownit:** `preset` configuration value was ignored ([#340](https://github.com/nuxt-community/markdownit-module/issues/340)) ([bca0b63](https://github.com/nuxt-community/markdownit-module/commit/bca0b633d47a39b841a558ee7a1568a6ff03c57c))
22+
* **markdownit:** intropDefault for plugin imports ([#347](https://github.com/nuxt-community/markdownit-module/issues/347)) ([3c20807](https://github.com/nuxt-community/markdownit-module/commit/3c20807f17c8bfed2e5a3ac207f3c8831783cd66))
23+
* **markdownit:** prevent mutating options (fixes [#216](https://github.com/nuxt-community/markdownit-module/issues/216)) ([#348](https://github.com/nuxt-community/markdownit-module/issues/348)) ([44cf6e6](https://github.com/nuxt-community/markdownit-module/commit/44cf6e6684d0ad2f95827ba666b60efc855c41a9))
24+
* **markdownit:** typo ([#351](https://github.com/nuxt-community/markdownit-module/issues/351)) ([44d6bfc](https://github.com/nuxt-community/markdownit-module/commit/44d6bfcbff946b801f1885c7365bbb75c91095aa)), closes [#349](https://github.com/nuxt-community/markdownit-module/issues/349)
25+
* correct homepage URLs ([#282](https://github.com/nuxt-community/markdownit-module/issues/282)) ([b93aed6](https://github.com/nuxt-community/markdownit-module/commit/b93aed6afa8bea33282723fdc34381d74f44d6c3))
526

627
## [1.2.10](https://github.com/nuxt/modules/compare/@nuxtjs/markdownit@1.2.9...@nuxtjs/markdownit@1.2.10) (2020-07-14)
728

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/markdownit",
3-
"version": "1.2.10",
3+
"version": "2.0.0",
44
"homepage": "nuxt-community/markdownit-module",
55
"license": "MIT",
66
"main": "dist/module.js",

0 commit comments

Comments
 (0)