@t007/toast 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,6 +23,7 @@
23
23
  - [Advanced Customization](#advanced-customization)
24
24
  - [Author](#author)
25
25
  - [Acknowledgments](#acknowledgments)
26
+ - [Star History](#star-history)
26
27
 
27
28
  ---
28
29
 
@@ -233,4 +234,10 @@ You can easily override the progress bar, animations, and container spacing by t
233
234
 
234
235
  ## Acknowledgments
235
236
 
236
- Designed to bring native mobile OS notification physics to the web. Part of the `@t007` utility ecosystem.
237
+ Designed to bring native mobile OS notification physics to the web. Part of the `@t007` utility ecosystem.
238
+
239
+ ## Star History
240
+
241
+ If you find this project useful, please consider giving it a star! ⭐
242
+
243
+ [![Star History Chart](https://api.star-history.com/svg?repos=Tobi007-del/t007-tools&type=Date)](https://github.com/Tobi007-del/t007-tools)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t007/toast",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "A lightweight, pure JS toast system.",
5
5
  "author": "Oketade Oluwatobiloba <tobioketade007@gmail.com>",
6
6
  "license": "MIT",