Skip to content

Commit

Permalink
Prepare release v2.1.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.0.0
  • Loading branch information
aslakhellesoy committed Jul 27, 2022
1 parent de06f61 commit 28f3225
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Fixed
- Properties with `itemtype="http://schema.org/Boolean"` are parsed correctly.

## [2.1.0] - 2022-07-27
### Added
- Support for `track`, `data` and `meter` elements

### Fixed
- Properties with `itemtype="http://schema.org/Boolean"` are parsed correctly.

## [2.0.1] - 2022-06-22
### Fixed
- Allow `itemProp` to have an empty string ([#126](https://github.com/cucumber/microdata/issues/126), [#127](https://github.com/cucumber/microdata/pull/127))
Expand Down Expand Up @@ -63,7 +64,8 @@ elements, such as a [CodeMirror](https://codemirror.net/) editor.
### Added
- First release

[Unreleased]: https://github.com/cucumber/microdata/compare/v2.0.1...main
[Unreleased]: https://github.com/cucumber/microdata/compare/v2.1.0...main
[2.1.0]: https://github.com/cucumber/microdata/compare/v2.0.1...main
[2.0.1]: https://github.com/cucumber/microdata/compare/v2.0.0...main
[2.0.0]: https://github.com/cucumber/microdata/compare/v1.5.0...v2.0.0
[1.5.0]: https://github.com/cucumber/microdata/compare/v1.4.0...v1.5.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/microdata",
"version": "2.0.1",
"version": "2.1.0",
"description": "Extract WHATWG microdata from a DOM",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down

0 comments on commit 28f3225

Please sign in to comment.