From 1f908678c8371c46c3c752bde0a5f791e76b3d83 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Nov 2024 10:05:08 +0000 Subject: [PATCH] chore(release): 2.0.46 [skip ci] ## [2.0.46](https://github.com/tweetback/tweetback-canonical/compare/v2.0.45...v2.0.46) (2024-11-22) --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be40e7..a5f3752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [2.0.46](https://github.com/tweetback/tweetback-canonical/compare/v2.0.45...v2.0.46) (2024-11-22) + ## [2.0.45](https://github.com/tweetback/tweetback-canonical/compare/v2.0.44...v2.0.45) (2024-11-13) ## [2.0.44](https://github.com/tweetback/tweetback-canonical/compare/v2.0.43...v2.0.44) (2024-09-19) diff --git a/package-lock.json b/package-lock.json index 5d21cf3..379a147 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tweetback/canonical", - "version": "2.0.45", + "version": "2.0.46", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tweetback/canonical", - "version": "2.0.45", + "version": "2.0.46", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^6.0.2", diff --git a/package.json b/package.json index e40f610..6a4c5cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tweetback/canonical", - "version": "2.0.45", + "version": "2.0.46", "description": "A package to resolve twitter URLs to new canonically hosted twitter backups.", "type": "module", "main": "transform.js",