Skip to content

Commit

Permalink
chore: release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjacoby committed Jun 20, 2023
1 parent 1fba1eb commit 9755dd0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ 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).

#### [v1.0.0](https://github.com/billyjacoby/browsernaut/compare/v0.0.2...v1.0.0)
#### [v1.0.1](https://github.com/billyjacoby/browsernaut/compare/v1.0.0...v1.0.1)

- chore: update readme and folder structure [`#12`](https://github.com/billyjacoby/browsernaut/pull/12)

### [v1.0.0](https://github.com/billyjacoby/browsernaut/compare/v0.0.2...v1.0.0)

> 19 June 2023
- chore: code cleanup [`#11`](https://github.com/billyjacoby/browsernaut/pull/11)
- feat: UI updates [`#10`](https://github.com/billyjacoby/browsernaut/pull/10)
- chore: update brew script with shasum [`#9`](https://github.com/billyjacoby/browsernaut/pull/9)
- chore: release v1.0.0 [`52c2f23`](https://github.com/billyjacoby/browsernaut/commit/52c2f239a65d2fcf96000c5d5d8e7e868b3aea80)
- test: revert changes [`299c73b`](https://github.com/billyjacoby/browsernaut/commit/299c73bbf9fc3601c56775982dd21ae5dc87e51e)
- test: check for broken updater [`c7fd31a`](https://github.com/billyjacoby/browsernaut/commit/c7fd31a77a65e68b40656d5f7ff599fa52289455)

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": "1.0.0",
"version": "1.0.1",
"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": "v1.0.0",
"version": "v1.0.1",
"notes": "Test version",
"pub_date": "2023-06-20T00:49:35Z",
"pub_date": "2023-06-20T01:43:39Z",
"platforms": {
"darwin-x86_64": {
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUUXp0NEROL09DaGZPTmUyMVJ6ekNXOTZ5Q2k3YUFuS0xDQU9nUzdXT2dwbzgxNmE3YUN1OWNydG4xU3dLM05uN1ppZzVUYnAxTWNDa3gzQ0pWUFVyM0VXejFodXRja0E4PQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjg3MjIyMTc0CWZpbGU6QnJvd3Nlcm5hdXQuYXBwLnRhci5negpRTXJ3U0JTcVpoa3creTRoSWJYZlQxdHdOclJ1cm5nMCtzTXhod09zRHZvbU1xSS9iWDJRRG9UeDM1S0JTUEYxaWhDTXU4Q0N3N0R6OW9YTWdPWG9CQT09Cg==",
"url": "https://github.com/billyjacoby/browsernaut/releases/download/v1.0.0/Browsernaut.app.tar.gz"
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUUXp0NEROL09DaFRHZUNndnM3NzJHbmMrc3BrNHZFbXlIVmNYU0JXWGIzUk8xM3dWK1FOVjVPeXloeGFBejVROWZoVHdBNkoxYTFnTHdqaDVDRWJnZXA1VGFJTkxrblFrPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjg3MjI1NDE4CWZpbGU6QnJvd3Nlcm5hdXQuYXBwLnRhci5negpkTUFuUGx1NDNRRWhXUGdDRCt2WlFsd05hK2tNSlJsK0lXWTlCRW44aXdxV1VjOVpsbTBmODZCdnpwREt6MFpLMUI5SkFkdTZIYWNJUkw5akVTYUpBdz09Cg==",
"url": "https://github.com/billyjacoby/browsernaut/releases/download/v1.0.1/Browsernaut.app.tar.gz"
}
}
}

0 comments on commit 9755dd0

Please sign in to comment.