Browse Source

npm version bump

Nikita Prokopov 4 years ago
parent
commit
660cd379bc
2 changed files with 3 additions and 3 deletions
  1. 1 1
      CHANGELOG.md
  2. 2 2
      package.json

+ 1 - 1
CHANGELOG.md

@@ -2,7 +2,7 @@
 
 All notable changes to this project will be documented in this file.
 
-#### 3.0
+#### 3.0 (April 9, 2020)
 
 - Disabled ligatures in progress bars `[-> [--> [---> [=> [==> [===>` [#968]
 - Added set letters U+2102 `ℂ` U+210D `ℍ` U+2115 `ℕ` U+2119 `ℙ` U+211A `ℚ` U+211D `ℝ` U+2124 `ℤ` and U+1D539 `𝔹` [#841]

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "firacode",
-  "version": "2.0.0",
+  "version": "3.0.0",
   "description": "Fira Code: monospaced font with programming ligatures",
   "main": "distr/fira_code.css",
   "keywords": [
@@ -13,7 +13,7 @@
     "type": "git",
     "url": "https://github.com/tonsky/FiraCode.git"
   },
-  "author": "Nikita Prokopov <prokopov@gmail.com>",
+  "author": "Nikita Prokopov <niki@tonsky.me>",
   "license": "OFL-1.1",
   "bugs": {
     "url": "https://github.com/tonsky/FiraCode/issues"