Skip to content

Commit

Permalink
Release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mkxml committed Jan 15, 2017
1 parent d638ddb commit 740bef2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.3 - Update filesize-calculator
* Displays correct symbol for kilobyte. (KB -> kB).

## 2.0.2 - Fix jpeg behavior, export filesize-calculator
* The image info was not being displayed for `image/jpeg` mime types. Is it OK now.
* The `filesize-calculator.js` functions were exported to a separate [NPM package](https://npmjs.com/package/filesize-calculator).
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": "filesize",
"main": "./lib/filesize",
"version": "2.0.2",
"version": "2.0.3",
"description": "Displays the current file's size on the status bar",
"repository": {
"type": "git",
Expand Down

0 comments on commit 740bef2

Please sign in to comment.