Skip to content

Commit

Permalink
chore(release): 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
LiHowe committed May 13, 2022
1 parent de9ab07 commit c6ed952
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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.

### 0.1.8 (2022-05-13)


### Bug Fixes

* update readme doc ([2581016](https://github.com/LiHowe/vuepress-plugin-mermaid/commit/258101679dff7edeeae0259a74380fb91b4fd22d))
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-plugin-mermaid-next",
"version": "0.1.7",
"version": "0.1.8",
"description": "A Mermaid plugin for vuepress-next",
"main": "lib/node/index.js",
"directories": {
Expand All @@ -11,7 +11,8 @@
],
"scripts": {
"build": "tsc -b tsconfig.build.json",
"test:local": "tsc -b tsconfig.build.json && yalc publish"
"test:local": "tsc -b tsconfig.build.json && yalc publish",
"release": "standard-version"
},
"homepage": "https://github.com/LiHowe/vuepress-plugin-mermaid",
"repository": {
Expand All @@ -28,6 +29,9 @@
"vuepress-next",
"mermaid"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"author": "LiHowe <howe.personal@gmail.com>",
"license": "MIT",
"packageManager": "yarn@3.0.2",
Expand All @@ -38,5 +42,8 @@
"mermaid": "^8.13.3",
"typescript": "^4.5.2",
"vue": "next"
},
"devDependencies": {
"standard-version": "^9.3.2"
}
}

0 comments on commit c6ed952

Please sign in to comment.