From 989c4eefe455fc3b25d22a6e56fe1e5fa77ce6ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:40:33 +0000 Subject: [PATCH] chore(main): release 1.2.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a55372c..6965512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.2](https://github.com/rioam2/nrktv-dual-subs/compare/v1.2.1...v1.2.2) (2024-07-02) + + +### Bug Fixes + +* **ci:** correct extension bundle path ([dbdf585](https://github.com/rioam2/nrktv-dual-subs/commit/dbdf5857dbde195db31d20c9b47f239215fc9e92)) + ## [1.2.1](https://github.com/rioam2/nrktv-dual-subs/compare/v1.2.0...v1.2.1) (2024-07-02) diff --git a/package.json b/package.json index af4fd75..f364f64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nrktv-dual-subs", - "version": "1.2.1", + "version": "1.2.2", "description": "Provides side-by-side subtitle translations for tv.nrk.no", "main": "index.js", "type": "module",