From 878df900b76ccfed111d39d0157827102a363e0d Mon Sep 17 00:00:00 2001 From: throwaway96 <68320646+throwaway96@users.noreply.github.com> Date: Sat, 16 Nov 2024 11:13:27 -0500 Subject: [PATCH] prepare for 0.7.2 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 0e496d8..cc2845e 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.2] - 2024-11-16 +### Fixed +- Fix Luna calls when service not elevated (@mariotaku; #200) + ## [0.7.1] - 2024-09-28 ### Fixed - Fix elevation on webOS 3.x (@throwaway96; #194) diff --git a/appinfo.json b/appinfo.json index beb36d7..f0f636a 100644 --- a/appinfo.json +++ b/appinfo.json @@ -1,6 +1,6 @@ { "id": "org.webosbrew.hbchannel", - "version": "0.7.1", + "version": "0.7.2", "vendor": "webosbrew.org", "title": "Homebrew Channel", "icon": "assets/icon80.png", diff --git a/package-lock.json b/package-lock.json index a12d295..dc41b93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webos-homebrew-channel", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 087010c..3837117 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webos-homebrew-channel", - "version": "0.7.1", + "version": "0.7.2", "description": "Manual installation:", "main": "frontend/index.js", "moduleDir": "frontend",