Skip to content

Commit

Permalink
🔖 Release 5.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
almond-bongbong committed Sep 5, 2023
1 parent fc09a62 commit 3b26533
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions example/src/page/change-log/change-log.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ function ChangeLog() {
</p>
</section>

<section className={styles.new}>
<h3>5.8.3</h3>
<div className={styles.date}>{dayjs(1693947426761).format('YYYY.MM.DD')}</div>{' '}
<h4 className={styles.sub_title}>⚙️ Improvements</h4>
<ul className={styles.features}>
<li>
<strong>Add Terser Plugin:</strong> Integrated Terser plugin into Rollup configuration
for code minification and optimization.
</li>
</ul>
</section>

<section className={styles.new}>
<h3>5.8.2</h3>
<div className={styles.date}>{dayjs(1692873349604).format('YYYY.MM.DD')}</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-simple-toasts",
"version": "5.8.2",
"version": "5.8.3",
"description": "Lightweight, user-friendly toast message library for React applications. Add beautiful notifications to your React apps.",
"author": "almond-bongbong",
"homepage": "https://github.com/almond-bongbong/react-simple-toasts",
Expand Down

0 comments on commit 3b26533

Please sign in to comment.