Skip to content

Commit 15bcf84

Browse files
committed
Bumped version and CHANGELOG
1 parent db0eec4 commit 15bcf84

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.10.0 (09-02-2020)
2+
3+
* Build system reworked using `esbuild`
4+
* Fixed bug with darkmode styles applied to the part of the page in Chrome
5+
* Fixed darkmode "blinking" issue
6+
* Disabled "inspector" when you press `Alt` button
7+
* Fixed bug when you have to reload page to apply settings
8+
* Increased performance by splitting code loading into two stages (Chrome & Safari only)
9+
* Style isolation via ShadowDOM
10+
* Fixed issues when CSP blocked some images and icons
11+
* Updated `discovery` to `1.0.0-beta.53`
12+
113
## 1.9.2 (12-11-2020)
214

315
* Updated `discovery` to `1.0.0-beta.50`

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsondiscovery",
3-
"version": "1.9.2",
3+
"version": "1.10.0",
44
"description": "DiscoveryJson",
55
"author": "[email protected]",
66
"license": "MIT",

0 commit comments

Comments
 (0)