Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Commit 0e91794

Browse files
committed
✨ release(patch): v0.1.3
1 parent 0322146 commit 0e91794

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="0.1.3"></a>
2+
## [0.1.3](https://github.com/kazupon/vue-cli-plugin-p11n/compare/v0.1.2...v0.1.3) (2019-02-18)
3+
4+
5+
### :bug: Bug Fixes
6+
7+
* **docs:** Missing tag in generated docs by [@d0whc3r](https://github.com/d0whc3r) ([221a6c6](https://github.com/kazupon/vue-cli-plugin-p11n/commit/221a6c6))
8+
9+
10+
### :zap: Improvements
11+
12+
* **core:** support scoped package [#10](https://github.com/kazupon/vue-cli-plugin-p11n/issues/10) ([#12](https://github.com/kazupon/vue-cli-plugin-p11n/issues/12)) by [@EvanBurbidge](https://github.com/EvanBurbidge) ([0322146](https://github.com/kazupon/vue-cli-plugin-p11n/commit/0322146)), closes [#10](https://github.com/kazupon/vue-cli-plugin-p11n/issues/10) [#12](https://github.com/kazupon/vue-cli-plugin-p11n/issues/12)
13+
14+
15+
116
<a name="0.1.2"></a>
217
## [0.1.2](https://github.com/kazupon/vue-cli-plugin-p11n/compare/v0.1.1...v0.1.2) (2019-02-01)
318

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-cli-plugin-p11n",
33
"description": "Vue CLI 3 plugin to pluginize your Vue project",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)