Skip to content

Commit 586d86d

Browse files
committed
chore(release): 1.1.0
1 parent 3afe976 commit 586d86d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="1.1.0"></a>
6+
# [1.1.0](https://github.com/apertureless/vue-breakpoints/compare/v1.0.0...v1.1.0) (2018-04-05)
7+
8+
9+
### Features
10+
11+
* **debug:** Add proper render condition and console warnings ([3afe976](https://github.com/apertureless/vue-breakpoints/commit/3afe976))
12+
* **render:** Remove surrounding divs in render function ([9395fab](https://github.com/apertureless/vue-breakpoints/commit/9395fab))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-breakpoints",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Vue.js utility component to show and hide components based on breakpoints",
55
"author": "Jakub Juszczak <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)