Skip to content

Commit

Permalink
chore: prepare png for release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsinclair committed Jan 7, 2024
1 parent e600c3f commit 54e1308
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
6 changes: 5 additions & 1 deletion packages/png/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
node_modules
codecs/**/*package.json
codec/**/*package.json
*.d.ts.map
tsconfig.tsbuildinfo
target
src
Cargo.lock
Cargo.toml
11 changes: 11 additions & 0 deletions packages/png/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## @jsquash/png@3.0.0

### Breaking

- Ignores checksum errors. Allows images with invalid header chunks to be decoded (Fixes [#44](https://github.com/jamsinclair/jSquash/issues/44))
- Upgrades codec to image-png 0.17.10 (increases wasm file size by 50KB)

### Misc

- Codec wasm and js files moved to /codec/pkg dir (due to addition of Rust source)

## @jsquash/png@2.2.0

### Adds
Expand Down
7 changes: 5 additions & 2 deletions packages/png/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "@jsquash/png",
"version": "2.2.0",
"version": "3.0.0",
"main": "index.js",
"description": "Wasm png encoder and decoder supporting the browser. Repackaged from Squoosh App.",
"repository": "jamsinclair/jSquash",
"repository": {
"type": "git",
"url": "git+https://github.com/jamsinclair/jSquash.git"
},
"author": {
"name": "Jamie Sinclair",
"email": "jamsinclairnz+npm@gmail.com"
Expand Down

0 comments on commit 54e1308

Please sign in to comment.