Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjacoby committed Jul 25, 2023
1 parent 2b0eeca commit e45357d
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,9 +4,17 @@ 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.0](https://github.com/billyjacoby/browsernaut/compare/v1.0.1...v1.1.0)

- feat: theme customizer [`#15`](https://github.com/billyjacoby/browsernaut/pull/15)
- chore: update dependencies [`#14`](https://github.com/billyjacoby/browsernaut/pull/14)

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

> 19 June 2023
- chore: update readme and folder structure [`#12`](https://github.com/billyjacoby/browsernaut/pull/12)
- chore: release v1.0.1 [`9755dd0`](https://github.com/billyjacoby/browsernaut/commit/9755dd0fedf74ee52c1815dd02b879d19f6c804a)

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

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.1",
"version": "1.1.0",
"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.1",
"version": "v1.1.0",
"notes": "Test version",
"pub_date": "2023-06-20T01:43:39Z",
"pub_date": "2023-07-25T12:36:42Z",
"platforms": {
"darwin-x86_64": {
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUUXp0NEROL09DaFRHZUNndnM3NzJHbmMrc3BrNHZFbXlIVmNYU0JXWGIzUk8xM3dWK1FOVjVPeXloeGFBejVROWZoVHdBNkoxYTFnTHdqaDVDRWJnZXA1VGFJTkxrblFrPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjg3MjI1NDE4CWZpbGU6QnJvd3Nlcm5hdXQuYXBwLnRhci5negpkTUFuUGx1NDNRRWhXUGdDRCt2WlFsd05hK2tNSlJsK0lXWTlCRW44aXdxV1VjOVpsbTBmODZCdnpwREt6MFpLMUI5SkFkdTZIYWNJUkw5akVTYUpBdz09Cg==",
"url": "https://github.com/billyjacoby/browsernaut/releases/download/v1.0.1/Browsernaut.app.tar.gz"
"signature": "",
"url": "https://github.com/billyjacoby/browsernaut/releases/download/v1.1.0/Browsernaut.app.tar.gz"
}
}
}

0 comments on commit e45357d

Please sign in to comment.