Skip to content

Commit

Permalink
chore: release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjacoby committed Jun 15, 2023
1 parent cddd227 commit c6958e5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,24 @@ 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.2](https://github.com/billyjacoby/browsernaut/compare/v0.0.1...v0.0.2)

- chore: update homebrew readme and script [`#8`](https://github.com/billyjacoby/browsernaut/pull/8)
- feat: welcome modal [`#7`](https://github.com/billyjacoby/browsernaut/pull/7)
- chore: update script for homebrew tap [`#6`](https://github.com/billyjacoby/browsernaut/pull/6)
- fix: dark/light mode fixes [`#5`](https://github.com/billyjacoby/browsernaut/pull/5)
- chore: update deps [`#4`](https://github.com/billyjacoby/browsernaut/pull/4)
- chore: move updater link to main [`#2`](https://github.com/billyjacoby/browsernaut/pull/2)
- Initial implementations [`#1`](https://github.com/billyjacoby/browsernaut/pull/1)
- Create main.yml [`a3f81a1`](https://github.com/billyjacoby/browsernaut/commit/a3f81a182219465385452fe7e4997a0112f8353d)
- chore: update gitignore [`176ea7a`](https://github.com/billyjacoby/browsernaut/commit/176ea7a8530c720b67affb563d9a87d512ef80e0)

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

> 30 May 2023
- fix: remove decorations on picker [`47fe8c2`](https://github.com/billyjacoby/browsernaut/commit/47fe8c24ce0dcf9af2305462416ed088b32ff7f6)
- chore: release v0.0.1 [`1160695`](https://github.com/billyjacoby/browsernaut/commit/11606951a3eee1bbe1700dfeb55f0bc4f9d49509)

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

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",
"version": "0.0.2",
"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",
"version": "v0.0.2",
"notes": "Test version",
"pub_date": "2023-05-31T01:47:22Z",
"pub_date": "2023-06-15T01:37:03Z",
"platforms": {
"darwin-x86_64": {
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUUXp0NEROL09DaGVvN0tjSGFXdWthSXVJSUtnVmxyZlRJa0pXdW5HSVhFUlo4VzVvcjIyNm8rbjh0dFJkY0dScnBDSDhHek9qUVFKbEpOdGJsNjJaZy9TeE9YS2JReHdVPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjg1NDk3NjQyCWZpbGU6QnJvd3Nlcm5hdXQuYXBwLnRhci5negpkOExiaXN1alg5T3gvaEtUM3BpUllyMENUcCtRTlk0d1FFSjdpTDZZWmxVWXdyZFlxQXoyNjdUUlZkaWk1WEo4ZU00YjZSU083elNsY1FhMmZIZmdEQT09Cg==",
"url": "https://github.com/billyjacoby/browsernaut/releases/download/v0.0.1/Browsernaut.app.tar.gz"
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUUXp0NEROL09DaFZ3emFXSjRNN3dWRGErUHJvTmJ4d0ltWlpOMVNQWXcybVhIdUdqWGxOT05UVW9TMysydWwxNkd6NUxvY1g3c0pxS2FLNVM5aCt2OFJUUnhKZ3MxL0FnPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjg2NzkzMDIzCWZpbGU6QnJvd3Nlcm5hdXQuYXBwLnRhci5negpSMlFVTkNJMmt1a1hPTWtGRFlkc0VNRFN5T2pwMjhuTzZHT1p3SDRobmpjUHU2Qm91eXl1VC80MVlFNytzTEt6STZNeDV6RFRuWE5WNUVoSGFTQ2VBQT09Cg==",
"url": "https://github.com/billyjacoby/browsernaut/releases/download/v0.0.2/Browsernaut.app.tar.gz"
}
}
}

0 comments on commit c6958e5

Please sign in to comment.