Skip to content

Commit 4493cfb

Browse files
committed
docs: prepared the next release
1 parent 3e84b80 commit 4493cfb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
{

0 commit comments

Comments
 (0)