Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking committed Mar 9, 2023
1 parent 984196b commit 3691295
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.0.0](https://github.com/realityking/node-zopflipng/compare/v1.1.0...v2.0.0) (2023-03-09)


### ⚠ BREAKING CHANGES

* removes armv6 builds
* drop support for Node.js 10 and 12

### Features

* **deps:** update lodepng to version 20221108 ([#289](https://github.com/realityking/node-zopflipng/issues/289)) ([df6b7ec](https://github.com/realityking/node-zopflipng/commit/df6b7ec2b6dbc68571003bc6bb2ba4ab1d64a05d))
* use an older glibc version for linux-arm64 builds to improve compatability ([810f9df](https://github.com/realityking/node-zopflipng/commit/810f9dfdc3fdbc5e8ff58590e98606e052f6bc55))


### Miscellaneous Chores

* drop support for Node.js 10 and 12 ([a6b2db3](https://github.com/realityking/node-zopflipng/commit/a6b2db358987ae16714b2bf79db33b5af1cc541c))
* removes armv6 builds ([e7f4217](https://github.com/realityking/node-zopflipng/commit/e7f421746f0a1bcdb0ef00adfaa84efe1d135136))

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


Expand Down
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.1.0",
"version": "2.0.0",
"description": "Native module for zopflipng",
"repository": "realityking/node-zopflipng",
"engines": {
Expand Down

0 comments on commit 3691295

Please sign in to comment.