Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmerro committed Jan 20, 2023
1 parent 0443950 commit 47b7f27
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 29 deletions.
4 changes: 3 additions & 1 deletion 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
## [9.5.1](https://github.com/Jelmerro/Vieb/compare/9.5.0...9.5.1) - 2023-01-20

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

### Changed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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=9.5.0&exclude_unsupported=1)](https://repology.org/project/vieb/versions)
[![Third-party releases table](https://repology.org/badge/vertical-allrepos/vieb.svg?minversion=9.5.1&exclude_unsupported=1)](https://repology.org/project/vieb/versions)

# Cheatsheet

Expand Down
52 changes: 26 additions & 26 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": "9.5.1-dev",
"version": "9.5.1",
"description": "Vim Inspired Electron Browser",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit 47b7f27

Please sign in to comment.