Skip to content

Commit 9a25a6d

Browse files
committed
docs(changelog): update release version to 1.1.2
1 parent 3cd2746 commit 9a25a6d

2 files changed

Lines changed: 4 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# Change Log
22

3-
All notable changes to the "fuzzy" extension will be documented in this file.
4-
5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6-
7-
## [Unreleased]
8-
93
## 1.1.2
10-
Work for Dark version of the theme has started
4+
1. Simplify README to better convey the content
5+
2. Refactor the code in a meaningful way
6+
3. Add color palette adjustments to new explicit elements
117

128
## 1.1.1
139
Minor bugfix for incorrect code sample image

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,14 @@
1717
{
1818
"label": "FuZZy Theme",
1919
"uiTheme": "vs",
20-
"path": "./themes/FuZZy Theme-color-theme.json"
21-
},
22-
{
23-
"label": "FuZZy Theme Dark",
24-
"uiTheme": "vs",
25-
"path": "./themes/fuzzy-theme-dark-color.json"
20+
"path": "./themes/fuzzy-color-theme.json"
2621
}
2722
]
2823
},
2924
"keywords": [
3025
"fuzzy",
3126
"theme",
3227
"light",
33-
"dark",
3428
"blueish",
3529
"eye care",
3630
"decameron"

0 commit comments

Comments
 (0)