Skip to content

Commit

Permalink
chore(release): 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 9, 2023
1 parent 988ec9c commit e373d1f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "huehuehue",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"scripts": {
"dev:client": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <kyrill@gobber.ch>",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "huehuehue",
"version": "0.0.4"
"version": "0.0.5"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit e373d1f

Please sign in to comment.