Skip to content

Commit

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

### Bug Fixes

* fix routing on login ([910b233](910b233))

### Features

* add app settings ([36f4614](36f4614))
* add tweet display options ([9170fff](9170fff))
* add user avatar to app menu ([7402966](7402966))
* **tweets:** add like, retweet, and bookmark ([80da3a0](80da3a0))
* **users:** add follow and unfollow actions ([2b224c0](2b224c0))
  • Loading branch information
semantic-release-bot committed Aug 13, 2022
1 parent 2b224c0 commit 7b6ce4a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.1.0](https://github.com/garredow/kaite/compare/v1.0.0...v1.1.0) (2022-08-13)


### Bug Fixes

* fix routing on login ([910b233](https://github.com/garredow/kaite/commit/910b2334b77133c97225e1892e339f3ec568a24d))


### Features

* add app settings ([36f4614](https://github.com/garredow/kaite/commit/36f4614235a18489ee6b700ac7234b036b2417ff))
* add tweet display options ([9170fff](https://github.com/garredow/kaite/commit/9170fffcb2a3b93d91e62db7ce70dbbc25803ae3))
* add user avatar to app menu ([7402966](https://github.com/garredow/kaite/commit/7402966214561c3764de681704c048640f8e20e0))
* **tweets:** add like, retweet, and bookmark ([80da3a0](https://github.com/garredow/kaite/commit/80da3a0a97527da26263b956d3a6bb54c5c34ae8))
* **users:** add follow and unfollow actions ([2b224c0](https://github.com/garredow/kaite/commit/2b224c076860dcdab4cee303115077ccf39ab159))

# 1.0.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.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit 7b6ce4a

Please sign in to comment.