Skip to content

Commit 8804bf8

Browse files
committed
chore(release): 1.0.1
1 parent 806a4a7 commit 8804bf8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
<a name="1.0.1"></a>
6+
## <small>1.0.1 (2019-06-14)</small>
7+
8+
* chore: fix type ([806a4a7](https://github.com/znck/vue-runtime-helpers/commit/806a4a7))
9+
* chore: update changelog ([4517901](https://github.com/znck/vue-runtime-helpers/commit/4517901))
10+
* fix: Lazily get document.head (#2) ([02d9dfa](https://github.com/znck/vue-runtime-helpers/commit/02d9dfa)), closes [#2](https://github.com/znck/vue-runtime-helpers/issues/2)
11+
12+
13+
514
<a name="1.0.0"></a>
615
## 1.0.0 (2019-01-17)
716

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-runtime-helpers",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Runtime helpers for Vue SFC.",
55
"repository": "https://github.com/znck/vue-runtime-helpers",
66
"author": "Rahul Kadyan",

0 commit comments

Comments
 (0)