Release 0.6.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af9eb8e..57ebee3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@
## [Unreleased]
+## [0.6.0] - 2025-03-03
+
- [Add Parsely tags as a fallback metadata source](https://github.com/mozilla/readability/pull/865)
- [Fix the case that jsonld parse process is ignored when context url include the trailing slash](https://github.com/mozilla/readability/pull/833)
- [Improve data table support](https://github.com/mozilla/readability/pull/858)
diff --git a/package-lock.json b/package-lock.json
index a38b4df..6ddea82 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@mozilla/readability",
- "version": "0.5.0",
+ "version": "0.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@mozilla/readability",
- "version": "0.5.0",
+ "version": "0.6.0",
"license": "Apache-2.0",
"devDependencies": {
"@release-it/keep-a-changelog": "5.0.0",
diff --git a/package.json b/package.json
index 5e43ba9..8d5a4e9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@mozilla/readability",
- "version": "0.5.0",
+ "version": "0.6.0",
"description": "A standalone version of the readability library used for Firefox Reader View.",
"main": "index.js",
"types": "index.d.ts",