Skip to content

Commit

Permalink
Prepare version 1.5.24 (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau committed Aug 12, 2023
1 parent 4593561 commit 70b8cab
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 82 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).
We are following the [Keep a Changelog](https://keepachangelog.com/) format.

## [Unreleased](https://github.com/FredrikNoren/ungit/compare/v1.5.23...master)
## [Unreleased](https://github.com/FredrikNoren/ungit/compare/v1.5.24...master)

## [1.5.24](https://github.com/FredrikNoren/ungit/compare/v1.5.23...v1.5.24)

### Fixes
- Fallback for font if bundled font dont support glyphs [#1564](https://github.com/FredrikNoren/ungit/pull/1564)

### Changed
- Bump Dependencies [#1555](https://github.com/FredrikNoren/ungit/pull/1555), [#1559](https://github.com/FredrikNoren/ungit/pull/1559), [#1560](https://github.com/FredrikNoren/ungit/pull/1560), [#1561](https://github.com/FredrikNoren/ungit/pull/1561), [#1563](https://github.com/FredrikNoren/ungit/pull/1563)

## [1.5.23](https://github.com/FredrikNoren/ungit/compare/v1.5.22...v1.5.23)

Expand Down
160 changes: 80 additions & 80 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
Expand Up @@ -2,7 +2,7 @@
"name": "ungit",
"author": "Fredrik Norén <fredrik.jw.noren@gmail.com>",
"description": "Git made easy",
"version": "1.5.23",
"version": "1.5.24",
"ungitPluginApiVersion": "0.2.0",
"scripts": {
"start": "node ./bin/ungit",
Expand Down

0 comments on commit 70b8cab

Please sign in to comment.