Skip to content

Commit a5e34c3

Browse files
committed
chore(release): publish v2.0.0-alpha.1
1 parent a2a0754 commit a5e34c3

File tree

5 files changed

+396
-594
lines changed

5 files changed

+396
-594
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## 2.0.0-alpha (Feb 12, 2019)
3+
## 2.0.0-alpha.1 (Mar 21, 2019)
4+
5+
- Export all components as ES6 Module.
6+
7+
## 2.0.0-alpha (Mar 6, 2019)
48

59
- add 2 new options: `cheerioLoadOptions` and `configureMarkdownIt`.
610
- Support root `<style>` elements.

docs/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<title>markdown-to-vue-loader</title>
88
<meta name="description" content="Markdown to Vue component loader for Webpack.">
99
<meta name="author" content="Chen Fengyuan">
10-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
10+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
1111
<link rel="stylesheet" href="https://unpkg.com/[email protected]/github-markdown.css">
1212
<link rel="stylesheet" href="https://unpkg.com/[email protected]/styles/github.css">
1313
</head>
1414
<body>
1515
<div id="app"></div>
1616
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
17-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script>
17+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
1818
<script src="https://unpkg.com/[email protected]/highlight.pack.js"></script>
19-
<script src="https://fengyuanchen.github.io/js/common.js"></script>
19+
<script src="https://fengyuanchen.github.io/shared/google-analytics.js"></script>
2020
<script>hljs.initHighlightingOnLoad();</script>
2121
<script type="text/javascript" src="main.js"></script></body>
2222
</html>

0 commit comments

Comments
 (0)