Skip to content

Commit

Permalink
chore: release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjacoby committed Feb 1, 2024
1 parent f1c98ae commit ac48e55
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@ 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.2.0](https://github.com/billyjacoby/browsernaut/compare/v1.1.3...v1.2.0)

- refactor: Use Rust to get installed apps and consider also user apps [`#27`](https://github.com/billyjacoby/browsernaut/pull/27)
- chore: dependency upgrades [`#28`](https://github.com/billyjacoby/browsernaut/pull/28)
- chore: upgrade yarn [`91712b4`](https://github.com/billyjacoby/browsernaut/commit/91712b42d84a487fff0892b379c853918ee1d35b)
- fix: update release script [`2b0d29e`](https://github.com/billyjacoby/browsernaut/commit/2b0d29e75409e02d795fb4647099f588d2466032)

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

> 2 November 2023
- 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)
- chore: release v1.1.3 [`753e852`](https://github.com/billyjacoby/browsernaut/commit/753e8525e5cd35942399304a71da7901d3f23e34)

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

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.3",
"version": "1.2.0",
"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.3",
"version": "v1.2.0",
"notes": "Test version",
"pub_date": "2023-11-03T00:45:35Z",
"pub_date": "2024-02-01T02:34:41Z",
"platforms": {
"darwin-x86_64": {
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUUXp0NEROL09DaGV4Rm56UEQrbGphZm9UNHFzZWE5aFpCZDFtb2M4UXo5em96Q2F2bXlSNVJyNEdieDk1YUVFVkxIMTFobHNGckRKSDQxbjJ3OFdzZnkxQjNuZUloSWd3PQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjk4OTcyMzM1CWZpbGU6QnJvd3Nlcm5hdXQuYXBwLnRhci5negp4a1VyTWJMNzAzZnlSdENPZjViUFlPVkd5K1BXRkdqTnd3enRSbmpMY1d0UXlDOHcycmtZa0ZhMm1qRDE1bzIxSGRGWGVhRGJmeGQwc2xQRDFUUWFDQT09Cg==",
"url": "https://github.com/billyjacoby/browsernaut/releases/download/v1.1.3/Browsernaut.app.tar.gz"
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUUXp0NEROL09DaFZpcEh0MnBrV3BFMDNFd29YMzhYdTJIS0loR1I2T0ZRSUFpbUo5SkJxek9XYWkwMTFEM2lhVzR6aWRxYWJNQU5Uek03MWFHYTNTam1JSTVCWk9TZUFJPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzA2NzU0ODgxCWZpbGU6QnJvd3Nlcm5hdXQuYXBwLnRhci5negpHZTQvZkhqczdkamFHeHUvOXBuaVFXanZncjlOOWVFZTJmRlVXc05lZ2lvZUh3Y1lkY0t5d2ZhL0Z0SVpVTDFoV1pJNzc4TUt4R3VlZERPVURvT1lCUT09Cg==",
"url": "https://github.com/billyjacoby/browsernaut/releases/download/v1.2.0/Browsernaut.app.tar.gz"
}
}
}

0 comments on commit ac48e55

Please sign in to comment.