Skip to content

Commit 54bcf5d

Browse files
committedMay 13, 2021
docs: prepared the next release
1 parent b4b58eb commit 54bcf5d

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed
 

‎CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,29 @@ And the commit messages from [Conventional Commits](https://conventionalcommits.
1515
- Description on how to use with MutationObserver (won't be included within the polyfill itself)
1616
- Test case for dynamic images
1717

18+
## [2.0.1] - 2021-05-13
19+
20+
### Added
21+
22+
- build: added CI/CD yaml for pull-requests 2f59306
23+
24+
### Changed
25+
26+
- refactor: removed two CSS files which aren't generated any more by `microbundle` c960f13
27+
- test: specified the browser versions within their test-browser-names cacceaf
28+
- Formatted the code with `xo` and `prettier` again
29+
- build: replaced manual versioning via `np` package 0b4f9ef
30+
- build(deps-dev): bump `xo` from 0.39.1 to 0.40.1 (#170) b4b58eb
31+
- build(deps-dev): bump `prettier` from 2.2.1 to 2.3.0 (#168) 75696fc
32+
- build(deps-dev): bump `@commitlint` dependencies ce81f5d
33+
- build(deps-dev): bump `webdriverio` dependencies
34+
- build(deps-dev): bump `html-validate` from to 4.11.0
35+
- build(deps-dev): bump `xo` from 0.38.2 to 0.39.1 (#143) 2514fcb
36+
37+
### Fixed
38+
39+
- Description within the README on the correct `UMD` JavaScript files to include
40+
1841
## [2.0.0] - 2021-04-09
1942

2043
It's polyfills birthday today! Yeah! So to cheer this, we're releasing the new major release.

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "loading-attribute-polyfill",
33
"description": "Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute.",
4-
"version": "1.5.4",
4+
"version": "2.0.1",
55
"homepage": "https://github.com/mfranzke/loading-attribute-polyfill",
66
"authors": [
77
{

0 commit comments

Comments
 (0)
Please sign in to comment.