Skip to content

Commit

Permalink
chore(master): release 1.6.3
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 2c542fe commit bf8aa27
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.2"
".": "1.6.3"
}
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.3](https://github.com/zidoro/pomatez/compare/v1.6.2...v1.6.3) (2023-12-16)


### Bug Fixes 🐛

* mac signing for electron and tauri ([2c542fe](https://github.com/zidoro/pomatez/commit/2c542feec3f243847dd685913d093f2a48395b00))

## [1.6.2](https://github.com/zidoro/pomatez/compare/v1.6.1...v1.6.2) (2023-12-12)


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.2",
"version": "1.6.3",
"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.2",
"version": "1.6.3",
"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.2"
"version": "1.6.3"
},
"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.2",
"version": "1.6.3",
"workspaces": [
"app/*"
],
Expand Down

0 comments on commit bf8aa27

Please sign in to comment.