Skip to content

Commit ed8b892

Browse files
committed
Bump and release 1.1.2
1 parent 91ea37b commit ed8b892

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
@@ -1,3 +1,11 @@
1+
## [1.1.2] - 2016-08-14
2+
3+
### Fixed
4+
- Moved `vue` from `dependencies` to `peerDependencies`
5+
6+
### Changed
7+
- Moved from `envify` to `loose-envify`
8+
19
## [1.1.1] - 2015-12-17
210

311
### Fixed
@@ -40,3 +48,4 @@ Initial release
4048
[1.0.1]: https://github.com/simplesmiler/vue-clickaway/compare/1.0.0...1.0.1
4149
[1.1.0]: https://github.com/simplesmiler/vue-clickaway/compare/1.0.1...1.1.0
4250
[1.1.1]: https://github.com/simplesmiler/vue-clickaway/compare/1.1.0...1.1.1
51+
[1.1.2]: https://github.com/simplesmiler/vue-clickaway/compare/1.1.1...1.1.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-clickaway",
33
"description": "Reusable clickaway directive for reusable Vue.js components",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"author": "Denis Karabaza <[email protected]>",
66
"browserify": {
77
"transform": [

0 commit comments

Comments
 (0)