diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e0521..6823b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ And the commit messages from [Conventional Commits](https://conventionalcommits. ## [Unreleased] +## [1.0.0-0] - 2022-04-10 + +It's the [olders brothers polyfills](https://github.com/mfranzke/loading-attribute-polyfill) birthday (okay, it has been yesterday), so I did a lot of housekeeping, so that's a perfect timing to release this polyfill with another concept (using Service Worker to prevent loading images and iframes contents). Check it out and evaluate its usage in your project. + +### Changed + +- Stabilized development and changed and added a lot of further information on the usage and relevant information especially on prerequisites + ## [0.1.0] - 2021-12-29 ### Added diff --git a/bower.json b/bower.json index a9c9d8c..32ac041 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "loading-attribute-polyfill-with-serviceworker", "description": "Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute.", - "version": "0.0.1", + "version": "1.0.0-0", "homepage": "https://github.com/mfranzke/loading-attribute-polyfill-with-serviceworker", "authors": [ {