Trigger Release 3.1.1

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2023-11-26 16:17:50 +01:00
parent a58d12d6b2
commit 8de3a8dccf
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@ CHANGELOG
================================================================================ ================================================================================
This project is using [Semantic Versioning 2.0.0](http://semver.org/) This project is using [Semantic Versioning 2.0.0](http://semver.org/)
## v3.1.1
This release is mainly a bugfix release: It undoes the breaking naming change of the
last release which was an unwanted consequence of Fix naming problem (Visual Studio) #1406
See #1434 for a discussion.
Because these changes were already approved they are also included:
### New fonts and icons
- Monaspace: Add Light weight #1433
- Add TOML icon @cpea2506 #1436
## v3.1.0 ## v3.1.0
This release fixes some bugs and adds fonts. More icons will come with the next release. This release fixes some bugs and adds fonts. More icons will come with the next release.

View file

@ -1,6 +1,6 @@
{ {
"name": "nerd-fonts", "name": "nerd-fonts",
"version": "3.1.0", "version": "3.1.1",
"description": "Iconic font aggregator, collection, & patcher. 9,000+ icons, 60+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more", "description": "Iconic font aggregator, collection, & patcher. 9,000+ icons, 60+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more",
"main": "index.js", "main": "index.js",
"dependencies": {}, "dependencies": {},