Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WeixuanZ committed Aug 26, 2020
1 parent 16dc424 commit accd161
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-alpha.2](https://github.com/WeixuanZ/wink/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2020-08-26)


### Features

* Double blink to focus the search bar ([16dc424](https://github.com/WeixuanZ/wink/commit/16dc424e25d8210898e79bd07d515c28a650b0c1))
* Prevent links from opening apps ([2680946](https://github.com/WeixuanZ/wink/commit/2680946b0ba16d5b229b1175d1b4b0aad476eeb3))


### Bug Fixes

* Replacing all occurrences of + in search query to %20 ([1c0628e](https://github.com/WeixuanZ/wink/commit/1c0628edb4c7d1e9a9f8480099146b0c67943ae3))


### Performance Improvements

* Reduced wink detection false positives ([4034ae7](https://github.com/WeixuanZ/wink/commit/4034ae7e6ccce3ace05da00c52c40abc8d6dd68c))

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


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.1",
"version": "1.0.0-alpha.2",
"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.1",
"version": "1.0.0-alpha.2",
"scripts": {
"start": "expo start",
"android": "expo start --android",
Expand Down

0 comments on commit accd161

Please sign in to comment.