Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmerro committed Apr 14, 2021
1 parent 8c98910 commit 27c9162
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ The [releases page](https://github.com/Jelmerro/Vieb/releases) also contains the
but the list below contains much more technical details.
The releases of Vieb aim to follow [semantic versioning](https://semver.org).

## Unreleased
## [4.4.0](https://github.com/Jelmerro/Vieb/compare/4.3.0...4.4.0) - 2021-04-14

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

### Added

Expand Down Expand Up @@ -39,8 +41,8 @@ The releases of Vieb aim to follow [semantic versioning](https://semver.org).

### Security

- Electron 12.0.2 (unchanged)
- Chromium 89.0.4389.90 (unchanged)
- Electron 12.0.4 (was 12.0.2)
- Chromium 89.0.4389.114 (was 89.0.4389.90)

## [4.3.0](https://github.com/Jelmerro/Vieb/compare/4.2.1...4.3.0) - 2021-04-05

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ These releases are made by users just like you for their favorite system.
Third-party releases might be outdated (in red) or customized compared to official builds,
but they are probably the simplest way to get started if your system is listed.

[![Third-party releases table](https://repology.org/badge/vertical-allrepos/vieb.svg?minversion=4.3.0)](https://repology.org/project/vieb/versions)
[![Third-party releases table](https://repology.org/badge/vertical-allrepos/vieb.svg?minversion=4.4.0)](https://repology.org/project/vieb/versions)

# Contribute

Expand Down
12 changes: 10 additions & 2 deletions 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,7 +1,7 @@
{
"name": "vieb",
"productName": "Vieb",
"version": "4.4.0-dev",
"version": "4.4.0",
"description": "Vim Inspired Electron Browser",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit 27c9162

Please sign in to comment.