Skip to content

Commit

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

### Bug Fixes

* **tweets:** fix displaying tweets that contain gifs or videos ([54380b8](54380b8))

### Features

* **tweets:** add support for viewing polls ([013d9fa](013d9fa))
  • Loading branch information
semantic-release-bot committed Aug 13, 2022
1 parent 013d9fa commit ea07c6f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.5.0](https://github.com/garredow/kaite/compare/v1.4.0...v1.5.0) (2022-08-13)


### Bug Fixes

* **tweets:** fix displaying tweets that contain gifs or videos ([54380b8](https://github.com/garredow/kaite/commit/54380b88171ab3619a981a0e5f7c80070b65ba99))


### Features

* **tweets:** add support for viewing polls ([013d9fa](https://github.com/garredow/kaite/commit/013d9fa1a5913ccc420af5b094a5b1eb11420707))

# [1.4.0](https://github.com/garredow/kaite/compare/v1.3.0...v1.4.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.4.0",
"version": "1.5.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.4.0",
"version": "1.5.0",
"launch_path": "/index.html",
"icons": {
"128": "/images/icon_128.png",
Expand Down

0 comments on commit ea07c6f

Please sign in to comment.