From 0e7868abbf206a703dff579d770f2d2a3ae14bc1 Mon Sep 17 00:00:00 2001 From: Gijs Kruitbosch Date: Fri, 15 Dec 2023 17:20:28 +0000 Subject: [PATCH] Release 0.5.0 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bdb3a4b..73c14d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ may change this output. Patch version increments will only do so in ways that ar strict improvements (e.g. from empty strings or exceptions to something more reasonable). -## [Unreleased] +## [0.5.0] - 2023-12-15 - [Add published time metadata](https://github.com/mozilla/readability/pull/813) - [Expanded comma detection to non-Latin commas](https://github.com/mozilla/readability/pull/796) - [Fix detection of elements hidden with style="visibility: hidden"](https://github.com/mozilla/readability/pull/817) diff --git a/package-lock.json b/package-lock.json index 5772a768..d449c639 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mozilla/readability", - "version": "0.4.4", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mozilla/readability", - "version": "0.4.4", + "version": "0.5.0", "license": "Apache-2.0", "devDependencies": { "@release-it/keep-a-changelog": "5.0.0", diff --git a/package.json b/package.json index 9a0734a3..75a143b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mozilla/readability", - "version": "0.4.4", + "version": "0.5.0", "description": "A standalone version of the readability library used for Firefox Reader View.", "main": "index.js", "types": "index.d.ts",