Skip to content

Commit 8a92af4

Browse files
author
Jakub Szwacz
committed
Merge tag '2.4.17' into develop
2.4.17
2 parents aa40735 + 7217e9b commit 8a92af4

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### 2.4.17 (17.08.2016)
4+
- Fix storeUrl regex [#43](https://github.com/filepicker/filepicker-js/pull/43)
5+
- Guard for malformed messages [#44](https://github.com/filepicker/filepicker-js/pull/44)
6+
37
### 2.4.16 (29.07.2016)
48
- Bugfix for `logout()` method
59

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.16
1+
2.4.17

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filepicker-js",
3-
"version": "2.4.16",
3+
"version": "2.4.17",
44
"description": "Filepicker client javascript library",
55
"main": "index.js",
66
"scripts": {

src/library/lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
filepicker.extend(function(){
55
var fp = this,
6-
VERSION = '2.4.16';
6+
VERSION = '2.4.17';
77
fp.API_VERSION = 'v2';
88

99
var setKey = function(key) {

0 commit comments

Comments
 (0)