Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2022-09-17)

### Features

* add app detail view ([1343b76](1343b76))
  • Loading branch information
semantic-release-bot committed Sep 17, 2022
1 parent 1343b76 commit 3649f4d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/garredow/netstat-kaios/compare/v1.0.0...v1.1.0) (2022-09-17)


### Features

* add app detail view ([1343b76](https://github.com/garredow/netstat-kaios/commit/1343b7688812df9f83062728f192bd5ed380d476))

# 1.0.0 (2022-09-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netstat",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"build": "rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "dev.nothing.netstat",
"name": "Netstat",
"description": "View network data usage",
"version": "1.0.0",
"version": "1.1.0",
"launch_path": "/index.html",
"icons": {
"128": "/images/icon_128.png",
Expand Down

0 comments on commit 3649f4d

Please sign in to comment.