Skip to content

Commit

Permalink
docs: prepared the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Apr 10, 2022
1 parent 57fdb00 commit 18cc39e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ And the commit messages from [Conventional Commits](https://conventionalcommits.
- Description on how to use with MutationObserver (won't be included within the polyfill itself)
- Test case for dynamic images

## [2.x.x] - 2022-04-10
## [2.0.2] - 2022-04-10

It's polyfills birthday (okay, it has been yesterday), so I did a lot of housekeeping and even also released a new version of the polyfill with another concept (using Service Worker to prevent loading images and iframes contents). Check it out and evaluate its usage in your project: <https://github.com/mfranzke/loading-attribute-polyfill-with-serviceworker>

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "loading-attribute-polyfill",
"description": "Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute.",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https://github.com/mfranzke/loading-attribute-polyfill",
"authors": [
{
Expand Down

0 comments on commit 18cc39e

Please sign in to comment.