Skip to content

Commit

Permalink
chore: release v0.0.1-dev.20
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjacoby committed May 24, 2023
1 parent 5eefd44 commit aa1d200
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.0.1-dev.20](https://github.com/billyjacoby/browsernaut/compare/v0.0.1-dev.19...v0.0.1-dev.20)

- fix: allow opening local files [`5eefd44`](https://github.com/billyjacoby/browsernaut/commit/5eefd44831305ed34b6b0ae5d2bd0e193a6c2f33)

#### [v0.0.1-dev.19](https://github.com/billyjacoby/browsernaut/compare/v0.0.1-dev.18...v0.0.1-dev.19)

> 19 May 2023
- chore: package updates [`ff4c584`](https://github.com/billyjacoby/browsernaut/commit/ff4c584d08a378bb9ba753024317f53ac3da3f51)
- chore: don't overwrite storage on apps update [`10a28b5`](https://github.com/billyjacoby/browsernaut/commit/10a28b5bc1852b6d3cd8b72294d1bf8d0021b582)
- chore: remove unused prefs tray icon [`4eb60bb`](https://github.com/billyjacoby/browsernaut/commit/4eb60bb29e205baa49a3dca9fe8a9161b2a7a774)
- chore: release v0.0.1-dev.19 [`4119017`](https://github.com/billyjacoby/browsernaut/commit/411901786ab4a5b730639354a119c961403b7030)

#### [v0.0.1-dev.18](https://github.com/billyjacoby/browsernaut/compare/v0.0.1-dev.17...v0.0.1-dev.18)

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": "browsernaut",
"private": true,
"version": "0.0.1-dev.19",
"version": "0.0.1-dev.20",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
8 changes: 4 additions & 4 deletions updates.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "v0.0.1-dev.19",
"version": "v0.0.1-dev.20",
"notes": "Test version",
"pub_date": "2023-05-20T02:02:49Z",
"pub_date": "2023-05-24T13:07:20Z",
"platforms": {
"darwin-x86_64": {
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUUXp0NEROL09DaGNlVzdkRWt1RWN6OWZVY2NKQnJHdXVNZlV3NWpDclE5d2pONDdybFFNYnIwQm9PdjR2aXVUTitqMzE5eHNzV05QZnhoNXRIVStsVU1aQzZabnJTR2cwPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjg0NTQ4MTY5CWZpbGU6QnJvd3Nlcm5hdXQuYXBwLnRhci5negpLWHVOYm1hYzVub0cwYVBjU05SZ21iQld1NUxqV2tlT1ZibFl5NHhsOWVtMTVabzNVZ01tb1Q2QklsUU1henN4ajUxaWlCNDNidmxqUitQTGZYVG5DUT09Cg==",
"url": "https://github.com/billyjacoby/browsernaut/releases/download/v0.0.1-dev.19/Browsernaut.app.tar.gz"
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUUXp0NEROL09DaFdqaGZ3WnMyc1ZvNjZBV2ptS2tOTEw5OEQ2VUdCa1p1b2tzYkVxdDhlM2p1dW11TjFYNTlXRVFBOWU0NXBockJGS1NnMDNrMlUwa0FLbWFSUCtNV3dBPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjg0OTMzNjQwCWZpbGU6QnJvd3Nlcm5hdXQuYXBwLnRhci5negp0b3hjRE5MOU1NOWJVeWRHTEp3dks5eXpzTGo4NVBFZ2UrUHNhTGJ3T2pCVzZueVhKOGxQSEpFSSttenM0d2xHaXpmZVZCeVo0bVdxUElpN1VQV1VDQT09Cg==",
"url": "https://github.com/billyjacoby/browsernaut/releases/download/v0.0.1-dev.20/Browsernaut.app.tar.gz"
}
}
}

0 comments on commit aa1d200

Please sign in to comment.