Skip to content

Commit

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

### Bug Fixes

* improve oauth flow ([bff0d7c](bff0d7c))

### Features

* add compose tweet route ([30de064](30de064))
* add onboarding instructions ([cf37c20](cf37c20))
  • Loading branch information
semantic-release-bot committed Aug 13, 2022
1 parent 99e3a27 commit b444c59
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.3.0](https://github.com/garredow/kaite/compare/v1.2.0...v1.3.0) (2022-08-13)


### Bug Fixes

* improve oauth flow ([bff0d7c](https://github.com/garredow/kaite/commit/bff0d7cb29b6ded8d1152298ed58682aa7a58ef1))


### Features

* add compose tweet route ([30de064](https://github.com/garredow/kaite/commit/30de064617df20ad632143925750c39178f4ce83))
* add onboarding instructions ([cf37c20](https://github.com/garredow/kaite/commit/cf37c20ed1dea4380f75d0830c26a05e555f5980))

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

0 comments on commit b444c59

Please sign in to comment.