Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmerro committed Nov 30, 2019
1 parent 789b8d3 commit 0472008
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.7.0...master)
## [1.0.0](https://github.com/Jelmerro/Vieb/compare/0.7.0...1.0.0) - 2019-11-30

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

### Added

Expand Down Expand Up @@ -85,7 +87,7 @@ but the list below contains much more technical details.
### Security

- Electron 6.1.5 (was 6.0.10)
- Chromium 76.0.3809.146 (was 76.0.3809.146)
- Chromium 76.0.3809.146 (unchanged)
- Permission for openExternal is now set to "ask" by default instead of the setting "block"

## [0.7.0](https://github.com/Jelmerro/Vieb/compare/0.6.0...0.7.0) - 2019-09-19
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Vieb",
"version": "1.0.0-dev",
"version": "1.0.0",
"description": "Vim Inspired Electron Browser",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit 0472008

Please sign in to comment.