diff --git a/CHANGELOG.md b/CHANGELOG.md index b26675988..ecc18bfbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ## [1.5.23](https://github.com/FredrikNoren/ungit/compare/v1.5.22...v1.5.23) diff --git a/package.json b/package.json index 1167b7aff..013c15e22 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ungit", "author": "Fredrik Norén ", "description": "Git made easy", - "version": "1.5.23", + "version": "1.5.24", "ungitPluginApiVersion": "0.2.0", "scripts": { "start": "node ./bin/ungit",