Skip to content

Commit ee6c418

Browse files
Release: Version Packages (#1608)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d412e2b commit ee6c418

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.changeset/add-howto-jsonld.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# next-seo
22

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- d412e2b: Add HowToJsonLd component for structured data support
8+
- New `HowToJsonLd` component following Schema.org HowTo specification
9+
- Support for HowToStep, HowToSection, HowToDirection, and HowToTip types
10+
- HowToSupply and HowToTool for materials and equipment
11+
- Duration properties (prepTime, performTime, totalTime) in ISO 8601 format
12+
- estimatedCost as string or MonetaryAmount object
13+
- yield as string or QuantitativeValue
14+
- Video support via VideoObject
15+
316
## 7.0.1
417

518
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-seo",
3-
"version": "7.0.1",
3+
"version": "7.1.0",
44
"description": "SEO plugin for Next.js projects",
55
"sideEffects": false,
66
"repository": {

0 commit comments

Comments
 (0)