Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WeixuanZ committed Aug 30, 2020
1 parent 6ccde31 commit 5c31075
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/WeixuanZ/wink/compare/v1.0.0-alpha.2...v1.0.0) (2020-08-30)


### Features

* Animated bookmark list fade-in ([6d009e5](https://github.com/WeixuanZ/wink/commit/6d009e564781447fa0e827026201002b6eed0d59))
* Bookmark editing ([692da15](https://github.com/WeixuanZ/wink/commit/692da154ac7b0ed3e313d8cc91a9e1e5cb50a5f2))
* Bookmark system ([d435475](https://github.com/WeixuanZ/wink/commit/d435475c1f1b95fd7c5016264507d581a0c4789e))
* Button for blurring search bar ([22e7403](https://github.com/WeixuanZ/wink/commit/22e7403ee374358880fd3601d76b9d9d0ad57536))
* Share and reload buttons ([261efe9](https://github.com/WeixuanZ/wink/commit/261efe9c7230dfcf6557dfd516cdca4962674529))
* Storing face track preference ([b2d5937](https://github.com/WeixuanZ/wink/commit/b2d59378fd2392f354227fb0c60c50b0e83ec0da))


### Bug Fixes

* Fixed search bar autofocus affecting camera permission prompt ([ea644c4](https://github.com/WeixuanZ/wink/commit/ea644c407991bd7b898154ccf605a26bb2b45d69))
* **Android:** View no longer affected by keyboard ([3dfd815](https://github.com/WeixuanZ/wink/commit/3dfd8150bbfb6d217b96a41183d472e9c2b6d837))

## [1.0.0-alpha.2](https://github.com/WeixuanZ/wink/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2020-08-26)


Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "wink",
"slug": "wink",
"version": "1.0.0-alpha.2",
"version": "1.0.0",
"privacy": "public",
"description": "A web browser controlled by winking",
"githubUrl": "https://github.com/WeixuanZ/wink",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"main": "node_modules/expo/AppEntry.js",
"version": "1.0.0-alpha.2",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo start --android",
Expand Down

0 comments on commit 5c31075

Please sign in to comment.