Skip to content

Commit

Permalink
docs: prepared the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed May 13, 2021
1 parent b4b58eb commit 54bcf5d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,29 @@ And the commit messages from [Conventional Commits](https://conventionalcommits.
- Description on how to use with MutationObserver (won't be included within the polyfill itself)
- Test case for dynamic images

## [2.0.1] - 2021-05-13

### Added

- build: added CI/CD yaml for pull-requests 2f59306

### Changed

- refactor: removed two CSS files which aren't generated any more by `microbundle` c960f13
- test: specified the browser versions within their test-browser-names cacceaf
- Formatted the code with `xo` and `prettier` again
- build: replaced manual versioning via `np` package 0b4f9ef
- build(deps-dev): bump `xo` from 0.39.1 to 0.40.1 (#170) b4b58eb
- build(deps-dev): bump `prettier` from 2.2.1 to 2.3.0 (#168) 75696fc
- build(deps-dev): bump `@commitlint` dependencies ce81f5d
- build(deps-dev): bump `webdriverio` dependencies
- build(deps-dev): bump `html-validate` from to 4.11.0
- build(deps-dev): bump `xo` from 0.38.2 to 0.39.1 (#143) 2514fcb

### Fixed

- Description within the README on the correct `UMD` JavaScript files to include

## [2.0.0] - 2021-04-09

It's polyfills birthday today! Yeah! So to cheer this, we're releasing the new major release.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "loading-attribute-polyfill",
"description": "Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute.",
"version": "1.5.4",
"version": "2.0.1",
"homepage": "https://github.com/mfranzke/loading-attribute-polyfill",
"authors": [
{
Expand Down

0 comments on commit 54bcf5d

Please sign in to comment.