Skip to content

Commit 001eb55

Browse files
committed
chore(release): 1.0.2
1 parent f080c21 commit 001eb55

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2"></a>
6+
## <small>1.0.2 (2019-08-16)</small>
7+
8+
* fix: Use Buffer.from instead of btoa ([f080c21](https://github.com/znck/vue-runtime-helpers/commit/f080c21))
9+
10+
11+
512
<a name="1.0.1"></a>
613
## <small>1.0.1 (2019-06-14)</small>
714

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.1",
3+
"version": "1.0.2",
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)