Skip to content

Commit

Permalink
chore(master): release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and sekwah41 committed Dec 21, 2022
1 parent d4b32f3 commit cda1eaf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 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.2.1"
".": "1.2.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.2](https://github.com/roldanjr/pomatez/compare/v1.2.1...v1.2.2) (2022-12-21)


### Bug Fixes 🐛

* missing app icon ([c0617bd](https://github.com/roldanjr/pomatez/commit/c0617bdee55923aad9da4fc09e1238c966f77958))

## [1.2.1](https://github.com/roldanjr/pomatez/compare/v1.2.1...v1.2.1) (2022-12-20)


Expand Down
2 changes: 1 addition & 1 deletion app/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pomatez",
"version": "1.2.1",
"version": "1.2.2",
"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.2.1",
"version": "1.2.2",
"private": true,
"license": "MIT",
"author": {
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.2.1",
"version": "1.2.2",
"workspaces": [
"app/*",
"website"
Expand Down

0 comments on commit cda1eaf

Please sign in to comment.