Skip to content

Commit

Permalink
chore(master): release 2.3.7 (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 16, 2024
1 parent 52c4c9d commit 8ed7e3c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.3.7](https://github.com/pikdum/ebb/compare/v2.3.6...v2.3.7) (2024-08-16)


### Bug Fixes

* **deps:** update dependency electron to v31.4.0 ([#93](https://github.com/pikdum/ebb/issues/93)) ([52c4c9d](https://github.com/pikdum/ebb/commit/52c4c9d0b838f3a13addc030d604bba6dc7e0135))

## [2.3.6](https://github.com/pikdum/ebb/compare/v2.3.5...v2.3.6) (2024-08-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
{
"name": "ebb",
"productName": "ebb",
"version": "2.3.6",
"version": "2.3.7",
"description": "electron booru browser",
"homepage": "https://github.com/pikdum/ebb",
"main": ".vite/build/main.js",
"build": {
"appId": "dev.pikdum.ebb",
"win": {
"publish": ["github"]
"publish": [
"github"
]
},
"linux": {
"category": "Graphics",
"target": "AppImage",
"publish": ["github"]
"publish": [
"github"
]
}
},
"scripts": {
Expand Down

0 comments on commit 8ed7e3c

Please sign in to comment.