Release 6.1.3

This commit is contained in:
be5invis 2021-05-04 01:23:52 -07:00
parent fd1cb63c4e
commit 1b02688f75
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
## Modifications since version 2.x ## Modifications since version 2.x
### 6.1.3
* Fix MinTTY's warning about missing code pages (#980).
### 6.1.2 ### 6.1.2
* Make shape of straight-neck `2` less crooked (#978). * Make shape of straight-neck `2` less crooked (#978).

View file

@ -1,6 +1,6 @@
{ {
"name": "iosevka", "name": "iosevka",
"version": "6.1.2", "version": "6.1.3",
"main": "./font-src/index.js", "main": "./font-src/index.js",
"scripts": { "scripts": {
"build": "node utility/ensure-verda-exists && verda -f verdafile.js", "build": "node utility/ensure-verda-exists && verda -f verdafile.js",