Skip to content

Commit 09f7a3b

Browse files
committed
Update changelog and version
1 parent 623fdeb commit 09f7a3b

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ColorHelper
22

3+
## 6.2.0
4+
5+
- **NEW**: Upgrade ColorAide to 2.0.1.
6+
- **FIX**: Fix regression where contrast logic could not adjust to a
7+
given contrast due to a property access.
8+
39
## 6.1.2
410

511
- **FIX**: Update to ColorAide 1.7.1.

messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"install": "messages/install.md",
3-
"6.1.0": "messages/recent.md"
3+
"6.2.0": "messages/recent.md"
44
}

messages/recent.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ A restart of Sublime Text is **strongly** encouraged.
1010
Please report any issues as we _might_ have missed some required updates
1111
related to the upgrade to stable `coloraide`.
1212

13-
## 6.1.0
13+
## 6.2.0
1414

15-
- **NEW**: Update to ColorAide 1.5.
16-
- **FIX**: Fix issue where if a view does not have a syntax it could
17-
cause an exception.
15+
- **NEW**: Upgrade ColorAide to 2.0.1.
16+
- **FIX**: Fix regression where contrast logic could not adjust to a
17+
given contrast due to a property access.

support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import webbrowser
66
import re
77

8-
__version__ = "6.1.2"
8+
__version__ = "6.2.0"
99
__pc_name__ = 'ColorHelper'
1010

1111
CSS = '''

0 commit comments

Comments
 (0)