File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,18 @@ And the commit messages from [Conventional Commits](https://conventionalcommits.
88
99## [ Unreleased]
1010
11+ ## [ 1.0.0] - 2022-05-15
12+
13+ This is our stable 1.0 release, after we did further testing and received feedback from the community.
14+
15+ ### Added
16+
17+ - ` browser ` field to ` package.json ` instead of ` main ` entry again
18+
19+ ### Changed
20+
21+ - Updated ` devDependencies `
22+
1123## [ 1.0.0-2] - 2022-04-13
1224
1325### Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " loading-attribute-polyfill-with-serviceworker" ,
33 "description" : " Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute." ,
4- "version" : " 1.0.0-2 " ,
4+ "version" : " 1.0.0" ,
55 "homepage" : " https://github.com/mfranzke/loading-attribute-polyfill-with-serviceworker" ,
66 "authors" : [
77 {
You can’t perform that action at this time.
0 commit comments