Skip to content

Commit

Permalink
chore(master): release 2.3.5 (#90)
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 12, 2024
1 parent 6b3ef2a commit 1f85f30
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.5](https://github.com/pikdum/ebb/compare/v2.3.4...v2.3.5) (2024-08-12)


### Bug Fixes

* **deps:** update dependency downshift to v9.0.8 ([#89](https://github.com/pikdum/ebb/issues/89)) ([6b3ef2a](https://github.com/pikdum/ebb/commit/6b3ef2af29e1144421736ed26d4453101309dfb3))

## [2.3.4](https://github.com/pikdum/ebb/compare/v2.3.3...v2.3.4) (2024-08-09)


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.4",
"version": "2.3.5",
"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 1f85f30

Please sign in to comment.