Skip to content

Commit 6441bcf

Browse files
committed
chore: update version to 2.3.3
1 parent fc1e1d1 commit 6441bcf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

changelog.md

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

3+
# v2.3.3
4+
- feat: added WMIC availability check and helper modal for Windows users
5+
- improved: removed close button from alert notification
6+
37
# v2.3.2
48
- chore: update dependencies
59
- fix: integration with google analytics (serve static files)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dnschanger",
33
"productName": "dnschanger",
4-
"version": "2.3.2",
4+
"version": "2.3.3",
55
"debug": {
66
"env": {
77
"VITE_DEV_SERVER_URL": "http://127.0.0.1:7777/"
@@ -57,7 +57,7 @@
5757
"node-sass": "9.0.0",
5858
"postcss": "8.4.47",
5959
"postcss-loader": "8.1.1",
60-
"react-hot-toast": "^2.5.1",
60+
"react-hot-toast": "3.4.14",
6161
"tailwindcss-flip": "1.0.0",
6262
"ts-jest": "29.2.5",
6363
"ts-loader": "9.5.1",
@@ -86,6 +86,7 @@
8686
"react-daisyui": "5.0.5",
8787
"react-dom": "18.3.1",
8888
"react-ga4": "^2.1.0",
89+
"react-hot-toast": "2.4.1",
8990
"react-icons": "5.3.0",
9091
"serve-handler": "^6.1.6",
9192
"style-loader": "4.0.0",

0 commit comments

Comments
 (0)