Skip to content

Commit

Permalink
chore(png): create version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsinclair committed Jul 8, 2023
1 parent 2ab483a commit 6acacd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/png/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## @jquash/png@2.1.0

### Added

- Include polyfills for Cloudflare Worker environment for easier compatibility
4 changes: 2 additions & 2 deletions packages/png/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsquash/png",
"version": "2.0.0",
"version": "2.1.0",
"main": "index.js",
"description": "Wasm png encoder and decoder supporting the browser. Repackaged from Squoosh App.",
"repository": "jamsinclair/jSquash",
Expand All @@ -20,7 +20,7 @@
"license": "Apache-2.0",
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && tsc && cp -r codec package.json README.md .npmignore dist"
"build": "npm run clean && tsc && cp -r codec package.json README.md CHANGELOG.md .npmignore dist"
},
"dependencies": {
"wasm-feature-detect": "^1.2.11"
Expand Down

0 comments on commit 6acacd1

Please sign in to comment.