Skip to content

Commit

Permalink
Merge 57262d6 into ea3ff0c
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed May 6, 2023
2 parents ea3ff0c + 57262d6 commit 4d530a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions nodejs/README.md
Expand Up @@ -161,6 +161,7 @@ Please look at the coding style and work with it, not against it ;)

## Release History

* 3.2.0 - Added TS type to the published npm package
* 3.1.1 - Fixed #58 gradient color bug, added `gray` to gradient colors
* 3.1.0 - Added support for -V flag fallback
* 3.0.0 - Added rust library port, aligned APIs, added hex background colors, fixed minor alignment bugs, updated license from GPLv2 to GPLv3
Expand Down
4 changes: 2 additions & 2 deletions nodejs/package.json
@@ -1,7 +1,7 @@
{
"name": "cfonts",
"description": "Sexy ANSI fonts for the console",
"version": "3.1.1",
"version": "3.2.0",
"homepage": "https://github.com/dominikwilkowski/cfonts",
"author": {
"name": "Dominik Wilkowski",
Expand Down Expand Up @@ -32,7 +32,7 @@
"test:lint": "eslint src/",
"test:format": "prettier --list-different \"**/*.{js,json}\"",
"format": "prettier --write \"**/*.{js,json}\"",
"build": "yarn build:lib && yarn build:bin && yarn build:fonts && yarn test:types",
"build": "yarn build:lib && yarn build:bin && yarn build:fonts",
"build:bin": "npx mkdirp bin && mv lib/bin.js bin/index.js",
"build:lib": "npx mkdirp lib && babel src --out-dir lib",
"build:fonts": "npx mkdirp fonts && npx cpy-cli \"../fonts/*\" \"./fonts/\"",
Expand Down

0 comments on commit 4d530a2

Please sign in to comment.