Skip to content

Commit

Permalink
chore: bump versions and add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsinclair committed Jun 9, 2023
1 parent 87704ca commit 1ce20b0
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/avif/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## @jquash/avif@1.1.0

### Added

- Include polyfills for Cloudflare Worker environment for easier compatibility
2 changes: 1 addition & 1 deletion packages/avif/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsquash/avif",
"version": "1.0.2",
"version": "1.1.0",
"main": "index.js",
"description": "Wasm AVIF encoder and decoder supporting the browser. Repackaged from Squoosh App.",
"repository": "jamsinclair/jSquash",
Expand Down
7 changes: 7 additions & 0 deletions packages/jpeg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## @jquash/jpg@1.2.0

### Added

- Include polyfills for Cloudflare Worker environment for easier compatibility
2 changes: 1 addition & 1 deletion packages/jpeg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsquash/jpeg",
"version": "1.1.5",
"version": "1.2.0",
"main": "index.js",
"description": "Wasm jpeg encoder and decoder supporting the browser. Repackaged from Squoosh App.",
"repository": "jamsinclair/jSquash",
Expand Down
7 changes: 7 additions & 0 deletions packages/webp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## @jquash/webp@1.2.0

### Added

- Include polyfills for Cloudflare Worker environment for easier compatibility
2 changes: 1 addition & 1 deletion packages/webp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsquash/webp",
"version": "1.1.3",
"version": "1.2.0",
"main": "index.js",
"description": "Wasm webp encoder and decoder supporting the browser. Repackaged from Squoosh App.",
"repository": "jamsinclair/jSquash",
Expand Down

0 comments on commit 1ce20b0

Please sign in to comment.