Skip to content

Commit

Permalink
Merge pull request #50 from lksv/48-update-package-version
Browse files Browse the repository at this point in the history
[48] - package version bump and readme updates.
  • Loading branch information
mirzazeyrek authored May 3, 2021
2 parents bc99a0a + 4af0ca4 commit 2b63cd4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#1.2.0

* updated jpeg-js and pngjs dependencies
* updated credits README.md

#0.2.0

* added support for jpeg
Expand All @@ -18,4 +23,4 @@
#0.0.0
* initial commit (started form resemble sha 5ce379b)
* rewrite resence to node.js (with only pngjs dependency)
* added exampl
* added example
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,7 @@ resemble.outputSettings({
--------------------------------------

Credits:
* Created by [James Cryer](http://github.com/jamescryer) and the Huddle development team.
* [Lukas Svoboda](http://github.com/lksv) - modification for node.js
* Created by [James Cryer](https://github.com/jamescryer) and the Huddle development team.
* [Lukas Svoboda](https://github.com/lksv) - modification for node.js
* [Mirza Zeyrek](https://github.com/mirzazeyrek) - jpeg support
* [LarryG](https://github.com/larryg01) - dependency updates
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-resemble-js",
"version": "0.2.0",
"version": "1.2.0",
"description": "Image analysis and comparison for nodejs",
"main": "resemble.js",
"scripts": {
Expand Down

0 comments on commit 2b63cd4

Please sign in to comment.