Skip to content

Commit 91f8b18

Browse files
committed
docs(readme): prepared the next release
1 parent f62b0cb commit 91f8b18

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
And the commit messages from [Conventional Commits](https://conventionalcommits.org) are being used.
88

9+
## [2.0.0-rc.0] - 2021-03-22
10+
11+
### Added
12+
13+
- GitHub's static analysis engine CodeQL to check against our repository's source code to find security vulnerabilities
14+
- Dependabot to ensure devDependencies are up to date ([!106](https://github.com/mfranzke/loading-attribute-polyfill/pull/106))
15+
16+
### Changed
17+
18+
- devDependency: bump husky from 5.1.2 to version 5.1.3
19+
- devDependency: bump html-validate from 4.6.0 to 4.7.1 (commit [801b314](https://github.com/mfranzke/loading-attribute-polyfill/commit/801b314), [!105](https://github.com/mfranzke/loading-attribute-polyfill/pull/105) and [!109](https://github.com/mfranzke/loading-attribute-polyfill/pull/109))
20+
21+
### Fixed
22+
23+
- testing: updated the tools and removed some old code to make crossbrowsertesting.com work again ([!100](https://github.com/mfranzke/loading-attribute-polyfill/pull/100))
24+
- browsers capabilities: we need to differentiate in between image and iframe capability, as Firefox only supports images for now, but not iframes
25+
926
## [2.0.0-beta.1] - 2021-03-04
1027

1128
### Changed

0 commit comments

Comments
 (0)