Skip to content

Commit f0c008d

Browse files
committed
chore(release): 0.1.4
1 parent f143f1f commit f0c008d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
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+
### [0.1.4](https://github.com/apertureless/vue-observable/compare/v0.1.2...v0.1.4) (2019-05-15)
6+
7+
8+
### Bug Fixes
9+
10+
* Remove console.logs, update Resize Observer warnings, update doc links ([#4](https://github.com/apertureless/vue-observable/issues/4)) ([f143f1f](https://github.com/apertureless/vue-observable/commit/f143f1f))
11+
12+
13+
514
### [0.1.2](https://github.com/apertureless/vue-observable/compare/v0.1.1...v0.1.2) (2019-05-15)
615

716

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-observable",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Vue Components for the IntersectionObserver, MutationObserver and ResizeObserver APIs",
55
"author": "Jakub Juszczak <[email protected]>",
66
"main": "dist/vue-observable.common.js",

0 commit comments

Comments
 (0)