Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#230)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 3, 2022
1 parent 3c2f869 commit 0303790
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.1.0](https://github.com/realityking/node-zopflipng/compare/v1.0.0...v1.1.0) (2022-06-03)


### Features

* add "keepChunks" option to preseve selected chunks ([#22](https://github.com/realityking/node-zopflipng/issues/22)) ([a00adaf](https://github.com/realityking/node-zopflipng/commit/a00adaf1da436b47a38d11fc763db3b02a664804))
* **deps:** update lodepng to version 20220109. Comes with a a small speed improvement for PNG decoding. ([518c904](https://github.com/realityking/node-zopflipng/commit/518c90449d58b5ff512ec19cad6b728b224e4c49))
* enable link time optimization to improve performance ([#24](https://github.com/realityking/node-zopflipng/issues/24)) ([76332ab](https://github.com/realityking/node-zopflipng/commit/76332ab464fe3387185cf5f8ad9dad8dcf93f6c2))

## 1.0.0 (2020-12-21)

Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-zopflipng",
"version": "1.0.0",
"version": "1.1.0",
"description": "Native module for zopflipng",
"repository": "realityking/node-zopflipng",
"engines": {
Expand Down

0 comments on commit 0303790

Please sign in to comment.