Skip to content

Commit 77058fe

Browse files
committed
chore: release v0.1.6
1 parent dbced26 commit 77058fe

File tree

12 files changed

+18
-13
lines changed

12 files changed

+18
-13
lines changed

example/.vuepress/configs/nav/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = [
2020
icon: "fa-book"
2121
},
2222
{
23-
text: "v0.1.4",
23+
text: "v0.1.6",
2424
icon: "fa-github",
2525
items: [
2626
{

example/.vuepress/configs/nav/zh.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = [
2020
icon: "fa-book"
2121
},
2222
{
23-
text: "v0.1.4",
23+
text: "v0.1.6",
2424
icon: "fa-github",
2525
items: [
2626
{

packages/plugins/baidu-tongji/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renovamen/vuepress-plugin-baidu-tongji",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A plugin for adding Baidu Tongji to VuePress.",
55
"keywords": [
66
"vue",

packages/plugins/chart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-plugin-chart",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A plugin for adding Chart.js to VuePress.",
55
"keywords": [
66
"vue",

packages/plugins/katex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renovamen/vuepress-plugin-katex",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A plugin for adding Katex to VuePress.",
55
"keywords": [
66
"vue",

packages/plugins/markmap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-plugin-markmap",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A plugin for adding markmap to VuePress to visualize your Markdown as mindmaps.",
55
"keywords": [
66
"vue",

packages/plugins/md-plus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renovamen/vuepress-plugin-md-plus",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A plugin for enhancing Markdown in VuePress.",
55
"keywords": [
66
"vue",

packages/plugins/mermaid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renovamen/vuepress-plugin-mermaid",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A plugin for adding Mermaid to VuePress.",
55
"keywords": [
66
"vue",

packages/plugins/reading-time/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renovamen/vuepress-plugin-reading-time",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A plugin for displaying the number of words and how long a post takes to read in VuePress.",
55
"keywords": [
66
"vue",

packages/plugins/roughviz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-plugin-roughviz",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A plugin for adding roughViz.js to VuePress.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)