Skip to content

Commit

Permalink
Release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
simplesmiler committed Sep 30, 2016
1 parent 15b17b8 commit 3679c80
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## [1.1.4] - 2016-09-30
## [1.1.5] - 2016-09-30

Skipped 1.1.4 due to publising mistake

### Changed
- Exposed version
Expand Down Expand Up @@ -61,4 +63,4 @@ Initial release
[1.1.1]: https://github.com/simplesmiler/vue-clickaway/compare/1.1.0...1.1.1
[1.1.2]: https://github.com/simplesmiler/vue-clickaway/compare/1.1.1...1.1.2
[1.1.3]: https://github.com/simplesmiler/vue-clickaway/compare/1.1.2...1.1.3
[1.1.4]: https://github.com/simplesmiler/vue-clickaway/compare/1.1.3...1.1.4
[1.1.5]: https://github.com/simplesmiler/vue-clickaway/compare/1.1.3...1.1.5
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ $ npm install vue-clickaway --save
From CDN:

``` html
<script src="https://cdn.rawgit.com/simplesmiler/vue-clickaway/1.1.4/dist/vue-clickaway.js"></script>
<script src="https://cdn.rawgit.com/simplesmiler/vue-clickaway/1.1.5/dist/vue-clickaway.js"></script>
<!-- OR -->
<script src="https://cdn.rawgit.com/simplesmiler/vue-clickaway/1.1.4/dist/vue-clickaway.min.js"></script>
<script src="https://cdn.rawgit.com/simplesmiler/vue-clickaway/1.1.5/dist/vue-clickaway.min.js"></script>
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-clickaway.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var Vue = require('vue');
Vue = 'default' in Vue ? Vue['default'] : Vue;

var version = '1.1.4';
var version = '1.1.5';

var compatible = (/^1\./).test(Vue.version);
if (!compatible) {
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-clickaway.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Vue = 'default' in Vue ? Vue['default'] : Vue;

var version = '1.1.4';
var version = '1.1.5';

var compatible = (/^1\./).test(Vue.version);
if (!compatible) {
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-clickaway.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Vue from 'vue';

export var version = '1.1.4';
export var version = '1.1.5';

var compatible = (/^1\./).test(Vue.version);
if (!compatible) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-clickaway",
"description": "Reusable clickaway directive for reusable Vue.js components",
"version": "1.1.4",
"version": "1.1.5",
"author": "Denis Karabaza <[email protected]>",
"browserify": {
"transform": [
Expand Down

0 comments on commit 3679c80

Please sign in to comment.