Skip to content

Commit f37664c

Browse files
committed
fix dev dependencies audit + bump to 2.1.1
1 parent 71fa146 commit f37664c

File tree

6 files changed

+241
-286
lines changed

6 files changed

+241
-286
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## master ##
44

5+
## 2.1.1 ##
6+
7+
### FIXED ###
8+
* Updated dev dependencies to fix vulnerabilities
9+
510
## 2.1.0 ##
611

712
### NEW ###

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "imgcache.js",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"homepage": "https://github.com/chrisben/imgcache.js",
55
"authors": [
66
{

lib/imgcache.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! imgcache.js
2-
Copyright 2012-2018 Christophe BENOIT
2+
Copyright 2012-2019 Christophe BENOIT
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
1818
/*global console,LocalFileSystem,device,FileTransfer,define,module,cordova,phonegap*/
1919

2020
var ImgCache = {
21-
version: '2.1.0',
21+
version: '2.1.1',
2222
// options to override before using the library (but after loading this script!)
2323
options: {
2424
debug: false, /* call the log method ? */

0 commit comments

Comments
 (0)