diff --git a/example/src/page/change-log/change-log.tsx b/example/src/page/change-log/change-log.tsx index dcbc8ba..e712629 100644 --- a/example/src/page/change-log/change-log.tsx +++ b/example/src/page/change-log/change-log.tsx @@ -14,6 +14,17 @@ function ChangeLog() {

+
+

6.0.1

+
{dayjs().format('YYYY.MM.DD')}
+

🔄 Compatibility

+ +
+

6.0.0

{dayjs().format('YYYY.MM.DD')}
diff --git a/package.json b/package.json index 1d2b843..cb58add 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-simple-toasts", - "version": "6.0.1-rc.1", + "version": "6.0.1", "description": "Instant, lightweight toast notifications for React. No providers or containers needed.", "author": "almond-bongbong", "homepage": "https://github.com/almond-bongbong/react-simple-toasts", @@ -99,4 +99,4 @@ "react-toastify" ], "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" -} \ No newline at end of file +}