Skip to content

Commit

Permalink
update version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chai2010 committed Mar 30, 2017
1 parent 1429e88 commit 6678d34
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
26 changes: 26 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Change Log

<!--
## x.y.z
TODO
-->

## 1.0.2

- switch to TypeScript
- support browser
- add `encodeImage`
- add [online example](https://chai2010.github.io/guetzli-js/example/)
- more docs


## 1.0.1

- fix doc typo


## 1.0.0

init version, no tag.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"private": false,
"name": "guetzli-js",
"version": "1.0.1",
"version": "1.0.2",
"description": "Guetzli perceptual JPEG encoder",
"author": "ChaiShushan <[email protected]> (https://github.com/chai2010)",
"keywords": [
"guetzli",
"jpeg",
"jpeg-encoder"
"jpeg-encoder",
"jpeg-encoder-in-browser"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 6678d34

Please sign in to comment.