From a635aad60926eff8c3a92e6f61a3520e41a3bc03 Mon Sep 17 00:00:00 2001 From: throwaway96 <68320646+throwaway96@users.noreply.github.com> Date: Sat, 28 Sep 2024 17:31:39 -0400 Subject: [PATCH] prepare for 0.7.1 release Bump version and update CHANGELOG.md. --- CHANGELOG.md | 4 ++++ appinfo.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5875e26..0e496d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.1] - 2024-09-28 +### Fixed +- Fix elevation on webOS 3.x (@throwaway96; #194) + ## [0.7.0] - 2024-09-07 ### Added - Add autostart via activities on webOS 3.5+ (@kitsuned; #143) diff --git a/appinfo.json b/appinfo.json index a5cf327..beb36d7 100644 --- a/appinfo.json +++ b/appinfo.json @@ -1,6 +1,6 @@ { "id": "org.webosbrew.hbchannel", - "version": "0.7.0", + "version": "0.7.1", "vendor": "webosbrew.org", "title": "Homebrew Channel", "icon": "assets/icon80.png", diff --git a/package-lock.json b/package-lock.json index ace542e..a12d295 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webos-homebrew-channel", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 407c0d0..087010c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webos-homebrew-channel", - "version": "0.7.0", + "version": "0.7.1", "description": "Manual installation:", "main": "frontend/index.js", "moduleDir": "frontend",