Skip to content

Commit

Permalink
chore(main): release 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Feb 13, 2024
1 parent ff545ce commit 203c526
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [6.3.0](https://github.com/image-js/fast-png/compare/v6.2.0...v6.3.0) (2024-02-13)


### Features

* add hasPngSignature method ([#36](https://github.com/image-js/fast-png/issues/36)) ([98c771e](https://github.com/image-js/fast-png/commit/98c771e5ce549da6b5ca9a891fa303d643a75363))
* add support for tEXt in encoder ([ff545ce](https://github.com/image-js/fast-png/commit/ff545ceb792a84ddd5366a0223fbe036e4a9c57d))


### Bug Fixes

* correctly decode non-ASCII tEXt chunks ([76391df](https://github.com/image-js/fast-png/commit/76391dfd7ed3fbfb2402197f279e441469ed1084))

## [6.2.0](https://github.com/image-js/fast-png/compare/v6.1.0...v6.2.0) (2023-07-18)


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": "fast-png",
"version": "6.2.0",
"version": "6.3.0",
"description": "PNG image decoder and encoder written entirely in JavaScript",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit 203c526

Please sign in to comment.