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": [ {