Skip to content

Commit

Permalink
chore: release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjacoby committed Aug 25, 2023
1 parent 4acf74f commit c751896
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +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.1.1](https://github.com/billyjacoby/browsernaut/compare/v1.1.0...v1.1.1)

- chore: fix package script [`#17`](https://github.com/billyjacoby/browsernaut/pull/17)
- chore: fix release scripts & upgrade [`#16`](https://github.com/billyjacoby/browsernaut/pull/16)

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

> 25 July 2023
- feat: theme customizer [`#15`](https://github.com/billyjacoby/browsernaut/pull/15)
- chore: update dependencies [`#14`](https://github.com/billyjacoby/browsernaut/pull/14)
- chore: release v1.1.0 [`9791bb1`](https://github.com/billyjacoby/browsernaut/commit/9791bb1f50128fea76b5ab5b0bbd3a424bff690a)

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

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.1.0",
"version": "1.1.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.1.0",
"version": "v1.1.1",
"notes": "Test version",
"pub_date": "2023-07-25T13:20:56Z",
"pub_date": "2023-08-25T13:20:14Z",
"platforms": {
"darwin-x86_64": {
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUUXp0NEROL09DaFJnaGF1UDRhcWtlaXJHdUg3UjJQZG1peWtSQW5TaUVIS0lwK2Rqanh1YVlCSjJ4SGEyU3pRUmliMGxFMFRzN0w5cjRLSlUrK2NZaVNvRk83UnJQYmd3PQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjkwMjkxMjU2CWZpbGU6QnJvd3Nlcm5hdXQuYXBwLnRhci5negpXWk8wVUd0Zmcrckl0MkV3QmJEdDNTaEM2ZHU3RjRQRXJvYTdXcThQUWpRdE1pU3hab3Y2Q2lnSXRhZll1d2I0Y2x4dVM0bldVQUNrU1hHYXR3aGdCUT09Cg==",
"url": "https://github.com/billyjacoby/browsernaut/releases/download/v1.1.0/Browsernaut.app.tar.gz"
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUUXp0NEROL09DaFhGM3BSb2VvSGRxYWRBYXV0RCtQOElwVnplcXVzUHRPVStROVRqZGxHa1JFbXoxcnVqL0pFZmdoTmVmd0Zidkh1YzJxRVZCa0ZLcWkxVEFjTXF6UUFjPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjkyOTY5NjE0CWZpbGU6QnJvd3Nlcm5hdXQuYXBwLnRhci5nego5UENhdzJqczY0MVd1KytrNUZ6UkdibjZ1N285TkdVUDB1ZEgyeUJ6TGJycXcrU0g5MmNlM1Baa0xmUnRlSzFaRjJqN2JOSG1UVDV0Q1lxZll3RXBEQT09Cg==",
"url": "https://github.com/billyjacoby/browsernaut/releases/download/v1.1.1/Browsernaut.app.tar.gz"
}
}
}

0 comments on commit c751896

Please sign in to comment.