Skip to content

Commit

Permalink
chore(master): release 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and sekwah41 committed Dec 16, 2023
1 parent f8f29b3 commit 2abe21a
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.3"
".": "1.6.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.4](https://github.com/zidoro/pomatez/compare/v1.6.3...v1.6.4) (2023-12-16)


### Bug Fixes 🐛

* electron and tauri signing (release 1.6.3 was skipped) ([6442717](https://github.com/zidoro/pomatez/commit/64427172d5721f9384d0d7f5ebf26c8130938812))

## [1.6.3](https://github.com/zidoro/pomatez/compare/v1.6.2...v1.6.3) (2023-12-16)


Expand Down
2 changes: 1 addition & 1 deletion app/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pomatez",
"version": "1.6.3",
"version": "1.6.4",
"private": true,
"license": "MIT",
"main": "./build/main.js",
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pomatez/renderer",
"version": "1.6.3",
"version": "1.6.4",
"private": true,
"license": "MIT",
"author": {
Expand Down
15 changes: 12 additions & 3 deletions app/tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Pomatez",
"version": "1.6.3"
"version": "1.6.4"
},
"tauri": {
"bundle": {
Expand Down Expand Up @@ -36,9 +36,18 @@
"signingIdentity": null
},
"publisher": "Roldan Montilla Jr",
"resources": ["icons/icon.png"],
"resources": [
"icons/icon.png"
],
"shortDescription": "",
"targets": ["deb", "appimage", "msi", "nsis", "dmg", "updater"],
"targets": [
"deb",
"appimage",
"msi",
"nsis",
"dmg",
"updater"
],
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
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": "root",
"private": true,
"version": "1.6.3",
"version": "1.6.4",
"workspaces": [
"app/*"
],
Expand Down

0 comments on commit 2abe21a

Please sign in to comment.