Skip to content

Commit

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

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-alpha.1](https://github.com/WeixuanZ/wink/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2020-08-24)


### Features

* Smooth scrolling ([8c38b2f](https://github.com/WeixuanZ/wink/commit/8c38b2f13c06335abdd27617994c11feab307f74))
* **Android:** Back handler ([fda5024](https://github.com/WeixuanZ/wink/commit/fda5024155605975f20b0530ed59555a70063179))


### Bug Fixes

* **Android:** Status bar overlap ([82fa7e7](https://github.com/WeixuanZ/wink/commit/82fa7e7184b511fefd545b67c93d3f74d064ae32))
* Camera does not start after permission is granted ([8ca6b39](https://github.com/WeixuanZ/wink/commit/8ca6b393754e9ca019641c04cfcd71df33a48ec8))

## 1.0.0-alpha.0 (2020-08-23)
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",
"version": "1.0.0-alpha.1",
"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.0",
"version": "1.0.0-alpha.1",
"scripts": {
"start": "expo start",
"android": "expo start --android",
Expand Down

0 comments on commit 2b4ffe2

Please sign in to comment.