From 8de3a8dccfdd396863e32485f43e25203b9940c1 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Sun, 26 Nov 2023 16:17:50 +0100 Subject: [PATCH] Trigger Release 3.1.1 Signed-off-by: Fini Jastrow --- changelog.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index d7f9650a6..31c7c33a4 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,18 @@ CHANGELOG ================================================================================ 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 This release fixes some bugs and adds fonts. More icons will come with the next release. diff --git a/package.json b/package.json index 820fe406e..046b29377 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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", "main": "index.js", "dependencies": {},