Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 28f3225

Browse files
committed
Prepare release v2.1.0
Created-by: polyglot-release v1.0.0
1 parent de06f61 commit 28f3225

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
### Fixed
11-
- Properties with `itemtype="http://schema.org/Boolean"` are parsed correctly.
12-
10+
## [2.1.0] - 2022-07-27
1311
### Added
1412
- Support for `track`, `data` and `meter` elements
1513

14+
### Fixed
15+
- Properties with `itemtype="http://schema.org/Boolean"` are parsed correctly.
16+
1617
## [2.0.1] - 2022-06-22
1718
### Fixed
1819
- Allow `itemProp` to have an empty string ([#126](https://github.com/cucumber/microdata/issues/126), [#127](https://github.com/cucumber/microdata/pull/127))
@@ -63,7 +64,8 @@ elements, such as a [CodeMirror](https://codemirror.net/) editor.
6364
### Added
6465
- First release
6566

66-
[Unreleased]: https://github.com/cucumber/microdata/compare/v2.0.1...main
67+
[Unreleased]: https://github.com/cucumber/microdata/compare/v2.1.0...main
68+
[2.1.0]: https://github.com/cucumber/microdata/compare/v2.0.1...main
6769
[2.0.1]: https://github.com/cucumber/microdata/compare/v2.0.0...main
6870
[2.0.0]: https://github.com/cucumber/microdata/compare/v1.5.0...v2.0.0
6971
[1.5.0]: https://github.com/cucumber/microdata/compare/v1.4.0...v1.5.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/microdata",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Extract WHATWG microdata from a DOM",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",

0 commit comments

Comments
 (0)