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

Commit dc2c386

Browse files
committed
Release 2.0.0
1 parent edaa7dd commit dc2c386

File tree

4 files changed

+24
-20
lines changed

4 files changed

+24
-20
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
## [2.0.0] - 2022-04-28
1111

12+
### Added
13+
- Package as both ESM and CommonJS module ([#66](https://github.com/cucumber/microdata/pull/66))
14+
1215
### Changed
13-
- The return type of `microdata` changed from `T` to `T | null`
16+
- The return type of `microdata` changed from `T` to `T | null` ([#108](https://github.com/cucumber/microdata/pull/108))
1417

1518
## [1.5.0]
1619
### Added

RELEASING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See [.github/RELEASING](https://github.com/cucumber/.github/blob/main/RELEASING.md).

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/microdata",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"description": "Extract WHATWG microdata from a DOM",
55
"type": "module",
66
"main": "dist/cjs/src/index.js",
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@types/jsdom": "16.2.14",
3636
"@types/mocha": "9.1.1",
37-
"@types/node": "17.0.29",
37+
"@types/node": "17.0.30",
3838
"@typescript-eslint/eslint-plugin": "5.21.0",
3939
"@typescript-eslint/parser": "5.21.0",
4040
"eslint": "8.14.0",
@@ -48,6 +48,6 @@
4848
"schema-dts": "1.1.0",
4949
"shx": "0.3.4",
5050
"ts-node": "10.7.0",
51-
"typescript": "4.6.3"
51+
"typescript": "4.6.4"
5252
}
5353
}

0 commit comments

Comments
 (0)