Skip to content

Commit

Permalink
Release version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StenAL committed Jun 19, 2023
1 parent 326e3cc commit f0c500a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.0
- Use ESM worker for OffscreenCanvas worker renderer
- This enabled removing some duplicate code which decreases (uncompressed) bundle size from 29 kB to 18.6 kB

## 2.0.0
- Render OffscreenCanvas in a web worker instead of the main thread
- Don't create new link elements each time the canvas is started
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "favicon-marquee",
"version": "2.0.0",
"version": "2.1.0",
"description": "An animated scrolling favicon for your website",
"author": "Sten Laane <sten@laane.xyz> (https://laane.xyz)",
"main": "lib/main.js",
Expand Down

0 comments on commit f0c500a

Please sign in to comment.