Skip to content

Commit

Permalink
update vieb to new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmerro committed Jul 29, 2019
1 parent 25cba36 commit f531a07
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Expand Up @@ -10,7 +10,9 @@ Links in the changelog are part of [github.com/Jelmerro/Vieb](https://github.com
The [releases page](https://github.com/Jelmerro/Vieb/releases) also contains the most important changes per release,
but the list below contains much more technical details.

## [Unreleased](https://github.com/Jelmerro/Vieb/compare/0.4.0...master)
## [0.5.0](https://github.com/Jelmerro/Vieb/compare/0.4.0...0.5.0) - 2019-07-29

[code diff](https://github.com/Jelmerro/Vieb/compare/0.4.0...0.5.0) - [released builds](https://github.com/Jelmerro/Vieb/releases/tag/0.5.0)

### Added

Expand Down Expand Up @@ -38,8 +40,8 @@ but the list below contains much more technical details.

### Security

- Electron 6.0.0-beta.14 (was 5.0.6)
- Chromium 76.0.3809.68 (was 73.0.3683.121)
- Electron 6.0.0-beta.15 (was 5.0.6)
- Chromium 76.0.3809.74 (was 73.0.3683.121)

## [0.4.0](https://github.com/Jelmerro/Vieb/compare/0.3.0...0.4.0) - 2019-07-01

Expand Down
2 changes: 0 additions & 2 deletions electron-builder.yml
Expand Up @@ -23,8 +23,6 @@ linux:
- target: tar.gz
arch:
- x64
appImage:
systemIntegration: doNotAsk
rpm:
fpm:
- --rpm-rpmbuild-define=_build_id_links none
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "Vieb",
"version": "0.5.0-dev",
"version": "0.5.0",
"description": "Vim Inspired Electron Browser",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit f531a07

Please sign in to comment.