Skip to content

Commit

Permalink
chore: release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjacoby committed Nov 3, 2023
1 parent 4ae5c74 commit 753e852
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@ 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.1.3](https://github.com/billyjacoby/browsernaut/compare/v1.1.2...v1.1.3)

- chore: release [`#23`](https://github.com/billyjacoby/browsernaut/pull/23)
- chore: dep upgrades [`c2158fd`](https://github.com/billyjacoby/browsernaut/commit/c2158fd303a4b294516d5bec5a3d2c4499b50636)
- fix: hanging update button [`4ae5c74`](https://github.com/billyjacoby/browsernaut/commit/4ae5c742b8eeb9998568cd77ccb9dcbb4f02c5d8)
- fix: read home directory as well [`2fd9a5c`](https://github.com/billyjacoby/browsernaut/commit/2fd9a5c572d3d1a96c3247bff1c4ef6d8cbd4c0d)

#### [v1.1.2](https://github.com/billyjacoby/browsernaut/compare/v1.1.1...v1.1.2)

> 7 October 2023
- chore: upgrade dependencies [`#22`](https://github.com/billyjacoby/browsernaut/pull/22)
- chore: update & abstract homebrew script [`#20`](https://github.com/billyjacoby/browsernaut/pull/20)
- chore: add homebrew git submodule [`#18`](https://github.com/billyjacoby/browsernaut/pull/18)
- chore: setup workflows [`#19`](https://github.com/billyjacoby/browsernaut/pull/19)
- chore: release v1.1.2 [`1d8dc1b`](https://github.com/billyjacoby/browsernaut/commit/1d8dc1b4af6ced38fbe03ae136e7d09b94ffbd8f)
- chore: release [`135fafe`](https://github.com/billyjacoby/browsernaut/commit/135fafe69d3d489e7f148745b2ed7fbdf7198717)

#### [v1.1.1](https://github.com/billyjacoby/browsernaut/compare/v1.1.0...v1.1.1)
Expand Down
2 changes: 1 addition & 1 deletion homebrew-browsernaut
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.1.2",
"version": "1.1.3",
"type": "module",
"scripts": {
"app:version": "echo $npm_package_version",
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.1.2",
"version": "v1.1.3",
"notes": "Test version",
"pub_date": "2023-10-07T12:47:40Z",
"pub_date": "2023-11-03T00:45:35Z",
"platforms": {
"darwin-x86_64": {
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUUXp0NEROL09DaGVLTlQyS1Y5a1RreFVDa0VZMXBKSXFzWkZtL2lybGEySGNtcTdSV0VhKzVHdUlVcEM0WnJJaEtMWHR6Um5jYyswdnZXMjdic2UzM1lUMGY1Um1GUlFzPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjk2NjgyODU5CWZpbGU6QnJvd3Nlcm5hdXQuYXBwLnRhci5negpuSmpFdlNqdXFPM1FWZHRUUXk5Q3QwaWxia1c5WlRIczlGUDMrNzdzM2tubDBtbUtuZ00xMkt6Q1lxMUg3TTV4SUVGUjg3VVdaV1I4dDF0cm5NSkVEZz09Cg==",
"url": "https://github.com/billyjacoby/browsernaut/releases/download/v1.1.2/Browsernaut.app.tar.gz"
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUUXp0NEROL09DaGV4Rm56UEQrbGphZm9UNHFzZWE5aFpCZDFtb2M4UXo5em96Q2F2bXlSNVJyNEdieDk1YUVFVkxIMTFobHNGckRKSDQxbjJ3OFdzZnkxQjNuZUloSWd3PQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjk4OTcyMzM1CWZpbGU6QnJvd3Nlcm5hdXQuYXBwLnRhci5negp4a1VyTWJMNzAzZnlSdENPZjViUFlPVkd5K1BXRkdqTnd3enRSbmpMY1d0UXlDOHcycmtZa0ZhMm1qRDE1bzIxSGRGWGVhRGJmeGQwc2xQRDFUUWFDQT09Cg==",
"url": "https://github.com/billyjacoby/browsernaut/releases/download/v1.1.3/Browsernaut.app.tar.gz"
}
}
}

0 comments on commit 753e852

Please sign in to comment.