From 3cb3fe3d95e5d29f31cdf7b35c3ce3c269ba13fd Mon Sep 17 00:00:00 2001 From: Maximilian <787658+mfranzke@users.noreply.github.com> Date: Sun, 10 Apr 2022 12:52:18 +0200 Subject: [PATCH] docs: prepared the next release --- CHANGELOG.md | 8 ++++++++ bower.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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": [ {