Skip to content

Commit 0596ead

Browse files
committed
docs: prepared the next release
1 parent 2a77794 commit 0596ead

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ And the commit messages from [Conventional Commits](https://conventionalcommits.
88

99
## [Unreleased]
1010

11+
## [1.0.0-1] - 2022-04-10
12+
13+
### Changed
14+
15+
- **BREAKING CHANGE**: Renamed the published `css` and `js` files according to the package name
16+
- Removed unnecessary code part
17+
1118
## [1.0.0-0] - 2022-04-10
1219

1320
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.

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-0",
4+
"version": "1.0.0-1",
55
"homepage": "https://github.com/mfranzke/loading-attribute-polyfill-with-serviceworker",
66
"authors": [
77
{

0 commit comments

Comments
 (0)