Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.0...v1.8.0) (2022-08-16)

### Features

* add support for retweeted tweets ([2c24282](2c24282))
* allow quoting and replying to tweets ([9202c9d](9202c9d))
* improve styling of quoted tweets ([7619627](7619627))
* **tweets:** improve display of images ([c2288f5](c2288f5))
  • Loading branch information
semantic-release-bot committed Aug 16, 2022
1 parent c3b0a2d commit df3a5b8
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.8.0](https://github.com/garredow/kaite/compare/v1.7.0...v1.8.0) (2022-08-16)


### Features

* add support for retweeted tweets ([2c24282](https://github.com/garredow/kaite/commit/2c2428209e245ed352b1cb9c62c8fd218512d545))
* allow quoting and replying to tweets ([9202c9d](https://github.com/garredow/kaite/commit/9202c9d33474383ef632961c3af9a84faecc6205))
* improve styling of quoted tweets ([7619627](https://github.com/garredow/kaite/commit/76196274bcc36f324018d6cdf278a83d46abf73f))
* **tweets:** improve display of images ([c2288f5](https://github.com/garredow/kaite/commit/c2288f588101950e45c9ad446b3ce7828bd40a2d))

# [1.7.0](https://github.com/garredow/kaite/compare/v1.6.0...v1.7.0) (2022-08-14)


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.7.0",
"version": "1.8.0",
"private": true,
"scripts": {
"build": "rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.en-US.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"start_url": "/index.html",
"orientation": "portrait-primary",
"b2g_features": {
"version": "1.7.0",
"version": "1.8.0",
"subtitle": "A Twitter client for KaiOS",
"permissions": {
"systemXHR": {
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.7.0",
"version": "1.8.0",
"launch_path": "/index.html",
"icons": {
"128": "/images/icon_128.png",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"start_url": "/index.html",
"orientation": "portrait-primary",
"b2g_features": {
"version": "1.7.0",
"version": "1.8.0",
"subtitle": "A Twitter client for KaiOS",
"permissions": {
"systemXHR": {
Expand Down

0 comments on commit df3a5b8

Please sign in to comment.