Skip to content

Commit

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

### Bug Fixes

* **oauth:** improve initial login experience ([6d8e132](6d8e132))

### Features

* add option to enable ads in kaistore build ([5ec4a95](5ec4a95))
  • Loading branch information
semantic-release-bot committed Aug 13, 2022
1 parent 5ec4a95 commit a358ba9
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.4.0](https://github.com/garredow/kaite/compare/v1.3.0...v1.4.0) (2022-08-13)


### Bug Fixes

* **oauth:** improve initial login experience ([6d8e132](https://github.com/garredow/kaite/commit/6d8e132f39f3fac72870c313625d0e5467913308))


### Features

* add option to enable ads in kaistore build ([5ec4a95](https://github.com/garredow/kaite/commit/5ec4a95e2ba8649c6ff95b46c8394307d366b746))

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

0 comments on commit a358ba9

Please sign in to comment.