Skip to content

Commit

Permalink
chore: update version to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadmrx committed Feb 4, 2025
1 parent fc1e1d1 commit 6441bcf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# v2.3.3
- feat: added WMIC availability check and helper modal for Windows users
- improved: removed close button from alert notification

# v2.3.2
- chore: update dependencies
- fix: integration with google analytics (serve static files)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dnschanger",
"productName": "dnschanger",
"version": "2.3.2",
"version": "2.3.3",
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:7777/"
Expand Down Expand Up @@ -57,7 +57,7 @@
"node-sass": "9.0.0",
"postcss": "8.4.47",
"postcss-loader": "8.1.1",
"react-hot-toast": "^2.5.1",
"react-hot-toast": "3.4.14",
"tailwindcss-flip": "1.0.0",
"ts-jest": "29.2.5",
"ts-loader": "9.5.1",
Expand Down Expand Up @@ -86,6 +86,7 @@
"react-daisyui": "5.0.5",
"react-dom": "18.3.1",
"react-ga4": "^2.1.0",
"react-hot-toast": "2.4.1",
"react-icons": "5.3.0",
"serve-handler": "^6.1.6",
"style-loader": "4.0.0",
Expand Down

0 comments on commit 6441bcf

Please sign in to comment.