Skip to content

Commit

Permalink
Merge pull request #122 from dduponchel/release_v2.2.1
Browse files Browse the repository at this point in the history
Release v2.2.1
  • Loading branch information
dduponchel committed Apr 24, 2014
2 parents 306fe4a + 7c530b4 commit e8ec15a
Show file tree
Hide file tree
Showing 8 changed files with 5,896 additions and 59 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v2.2.1, 2014-04-23
- fix unreadable generated file on Windows 8 (see [#112](https://github.com/Stuk/jszip/issues/112)).
- replace zlibjs with pako.

### v2.2.0, 2014-02-25
- make the `new` operator optional before the `JSZip` constructor (see [#93](https://github.com/Stuk/jszip/pull/93)).
- update zlibjs to v0.2.0.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jszip",
"version": "2.2.0",
"version": "2.2.1",
"homepage": "http://stuartk.com/jszip",
"authors": [
"Stuart Knightley <stuart@stuartk.com>"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jszip",
"repo": "Stuk/jszip",
"description": "Create, read and edit .zip files with Javascript http://stuartk.com/jszip",
"version": "2.2.0",
"version": "2.2.1",
"keywords": [
"zip",
"deflate",
Expand Down
5,929 changes: 5,881 additions & 48 deletions dist/jszip.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/jszip.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ <h3>License</h3>
</p>

<h3>Version</h3>
<p>2.2.0</p>
<p>2.2.1</p>
<p>See the <a href="#migrating_guide">migrating guide</a> when updating the library!</p>

<h3>Todo</h3>
Expand Down
4 changes: 2 additions & 2 deletions lib/license_header.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ JSZip - A Javascript class for generating and reading zip files
(c) 2009-2014 Stuart Knightley <stuart [at] stuartk.com>
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/master/LICENSE.markdown.
JSZip uses the library zlib.js released under the following license :
zlib.js 2012 - imaya [ https://github.com/imaya/zlib.js ] The MIT License
JSZip uses the library pako released under the MIT license :
https://github.com/nodeca/pako/blob/master/LICENSE
*/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jszip",
"version": "2.2.0",
"version": "2.2.1",
"author": "Stuart Knightley <stuart@stuartk.com>",
"description": "Create, read and edit .zip files with Javascript http://stuartk.com/jszip",
"scripts": {
Expand Down

0 comments on commit e8ec15a

Please sign in to comment.