Skip to content

Commit 2631877

Browse files
committed
update roadmap and bump version -- 1.3.1 release
1 parent 2ff363d commit 2631877

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

ROADMAP.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
1-
# colors.js roadmap
1+
# colors.js roadmap / changelog
22

3-
Here we describe upcoming releases and the key features/fixes they include. Don't see your feature/issue listed here? Get more +1's!
3+
Here we describe upcoming and recent releases and the key features/fixes they include. Don't see your feature/issue listed here? Get more +1's!
44

55
## Currently Planned Releases
66

7-
### 1.3.0
7+
### 1.4.0
88
* Support custom colors
9-
10-
### 1.2.4
9+
10+
### 1.3.2
1111
* Refactor tests to use a testing library like jest (only affects dev/testing)
1212

13-
### 1.2.3 (4/30/18)
13+
### ~~1.3.1 (7/22/18)~~
14+
15+
* ~~Remove circular dependencies due to color maps~~
16+
* ~~Fix multiple attributes in custom setTheme in safe mode~~
17+
* ~~Preserve multiple consecutive newlines when applying style~~
18+
19+
### ~~1.2.3 (4/30/18)~~
1420
* ~~Add ESLint and lint all the things~~
1521

16-
### 1.2.2 (4/30/18)
22+
### ~~1.2.2 (4/30/18)~~
1723
* ~~Fix multiline string support, Typescript fixes, etc.~~
1824

1925
### ~~1.2.0 (release date: about 3/5/18, barring any new issues)~~

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "colors",
33
"description": "get colors in your node.js console",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"author": "Marak Squires",
6+
"contributors": [
7+
{
8+
"name": "DABH",
9+
"url": "https://github.com/DABH"
10+
}],
611
"homepage": "https://github.com/Marak/colors.js",
712
"bugs": "https://github.com/Marak/colors.js/issues",
813
"keywords": [

0 commit comments

Comments
 (0)