diff --git a/CHANGELOG.md b/CHANGELOG.md index e4693d6..324934c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.5](https://github.com/woollygoods/huehuehue/compare/v0.0.4...v0.0.5) (2023-07-09) + + +### Features + +* provide `abortDiscover` handler ([dadd53e](https://github.com/woollygoods/huehuehue/commit/dadd53ee8e60aac039e3e9df6339f9719bfbfe17)) + ### [0.0.4](https://github.com/woollygoods/huehuehue/compare/v0.0.3...v0.0.4) (2023-07-07) diff --git a/package.json b/package.json index 807a785..ac40299 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "huehuehue", "private": true, - "version": "0.0.4", + "version": "0.0.5", "type": "module", "scripts": { "dev:client": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 918f7a5..4f26b08 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1620,7 +1620,7 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "huehuehue" -version = "0.0.4" +version = "0.0.5" dependencies = [ "clap", "env_logger", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d32610a..7e846ba 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "huehuehue" -version = "0.0.4" +version = "0.0.5" description = "A Tauri App to manage your Philips Hue devices from anywhere" authors = [ "Kyrill Gobber ", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0d8705a..bbec553 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "huehuehue", - "version": "0.0.4" + "version": "0.0.5" }, "tauri": { "allowlist": {