Skip to content

Commit 75d570d

Browse files
committed
chore(release): 3.4.6
1 parent c7e6e35 commit 75d570d

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
### [3.4.5](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/compare/v3.4.0...v3.4.5) (2020-04-29)
5+
### [3.4.6](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/compare/v3.4.5...v3.4.6) (2020-08-23)
6+
7+
### Bug Fixes
68

9+
- Add multiple selection & delete in Hosts Table ([c7e6e35](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/c7e6e353203402c944a05dddcf73d41f428ea451))
10+
- Fix the hosts table navigation ([34babeb](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/34babeb2769bcb68118e5360c0dec91055e2891b))
11+
- Host Tables page is not scrollable ([cfb8c96](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/cfb8c962413f96744680de8f7f490c93da7e6e13))
12+
- Update the rest popup to include Cancel, Reset, Reset & Refresh ([5252267](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/52522670ce10c91d879ce0b87f0dbd59ad8c71e0))
13+
- **deps:** pin dependencies ([#96](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/issues/96)) ([c004649](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/c004649f4b46fce0de75707d2efa39598299fc8d))
14+
15+
### [3.4.5](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/compare/v3.4.0...v3.4.5) (2020-04-29)
716

817
### Bug Fixes
918

10-
* Add https://cdnjs.cloudflare.com and https://gitcdn.link in the CSP ([ca3b295](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/ca3b295a582c1817167551ea494ab9edf123dc7a))
11-
* External scripts do not inject in strict time order ([dd86352](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/dd86352623397ca0ec7778e0c4fd26bee8255f00))
12-
* Show log message only if the website is enabled ([775c856](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/775c856008d644eb3730b1b49458dec3bb685841))
13-
* Upgrade dependencies ([8e1c37e](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/8e1c37ebdadb3ca14bc2e64d85e52f135ffd52f5))
14-
* Use Ant Design 4.0 ([3e2fdee](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/3e2fdeeaca476efe9fadf548a33f289ca78cc582))
19+
- Add https://cdnjs.cloudflare.com and https://gitcdn.link in the CSP ([ca3b295](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/ca3b295a582c1817167551ea494ab9edf123dc7a))
20+
- External scripts do not inject in strict time order ([dd86352](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/dd86352623397ca0ec7778e0c4fd26bee8255f00))
21+
- Show log message only if the website is enabled ([775c856](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/775c856008d644eb3730b1b49458dec3bb685841))
22+
- Upgrade dependencies ([8e1c37e](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/8e1c37ebdadb3ca14bc2e64d85e52f135ffd52f5))
23+
- Use Ant Design 4.0 ([3e2fdee](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/commit/3e2fdeeaca476efe9fadf548a33f289ca78cc582))
1524

1625
### [3.4.4](https://github.com/xcv58/Custom-JavaScript-for-Websites-2/compare/v3.4.3...v3.4.4) (2020-01-11)
1726

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-javaScript-for-websites-2",
3-
"version": "3.4.5",
3+
"version": "3.4.6",
44
"description": "Run custom JavaScript on any website.",
55
"scripts": {
66
"analyze": "NODE_ENV=production node utils/analyze.js",

0 commit comments

Comments
 (0)