From 4493cfb6ab0a8da2fd8d661faeb4cc7bb18fbeed Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Mon, 16 May 2022 13:05:31 +0200 Subject: [PATCH] docs: prepared the next release --- CHANGELOG.md | 12 ++++++++++++ bower.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5871506..5d21ed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ And the commit messages from [Conventional Commits](https://conventionalcommits. ## [Unreleased] +## [1.0.0] - 2022-05-15 + +This is our stable 1.0 release, after we did further testing and received feedback from the community. + +### Added + +- `browser` field to `package.json` instead of `main` entry again + +### Changed + +- Updated `devDependencies` + ## [1.0.0-2] - 2022-04-13 ### Changes diff --git a/bower.json b/bower.json index 473e815..b99b7b5 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": "1.0.0-2", + "version": "1.0.0", "homepage": "https://github.com/mfranzke/loading-attribute-polyfill-with-serviceworker", "authors": [ {