Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2022-08-14)

### Features

* move log out from app menu to profile ([5d60b16](5d60b16))
* **tweets:** add option for media size ([a7ad666](a7ad666))
* **tweets:** add option to hide stats ([e992950](e992950))

### Performance Improvements

* **database:** greatly improve performance ([2520915](2520915))
* reduce bundle size ([76790eb](76790eb))
  • Loading branch information
semantic-release-bot committed Aug 14, 2022
1 parent a7ad666 commit 0c862f3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.6.0](https://github.com/garredow/kaite/compare/v1.5.0...v1.6.0) (2022-08-14)


### Features

* move log out from app menu to profile ([5d60b16](https://github.com/garredow/kaite/commit/5d60b16dd2d158436aa0a70d86ebecb48ffe38db))
* **tweets:** add option for media size ([a7ad666](https://github.com/garredow/kaite/commit/a7ad6666e2d3836656254ad93065d8ddb43f84da))
* **tweets:** add option to hide stats ([e992950](https://github.com/garredow/kaite/commit/e9929503cf5e90e843198ecf74899702833292c7))


### Performance Improvements

* **database:** greatly improve performance ([2520915](https://github.com/garredow/kaite/commit/25209159fa76df4aa8336df8fca046a5efdf3e4d))
* reduce bundle size ([76790eb](https://github.com/garredow/kaite/commit/76790eb09fdd60bc6ac08da6069f55ebbe055173))

# [1.5.0](https://github.com/garredow/kaite/compare/v1.4.0...v1.5.0) (2022-08-13)


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": "kaite",
"version": "1.5.0",
"version": "1.6.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.kaite",
"name": "Kaite",
"description": "A Twitter client for KaiOS",
"version": "1.5.0",
"version": "1.6.0",
"launch_path": "/index.html",
"icons": {
"128": "/images/icon_128.png",
Expand Down

0 comments on commit 0c862f3

Please sign in to comment.