minisnackbar 1.0.0 → 1.0.1

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 +7 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -24,6 +24,13 @@ Snackbar.init();
24
24
  Snackbar.add('Hello, world!');
25
25
  ```
26
26
 
27
+ ## Browser Support
28
+
29
+ - Chrome 60+
30
+ - Firefox 55+
31
+ - Safari 12+
32
+ - Edge 79+
33
+
27
34
  ## Documentation
28
35
 
29
36
  For full documentation, API reference, and advanced usage, see [docs.md](docs.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minisnackbar",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "description": "A simple vanilla JavaScript snackbar/toast library",
6
6
  "main": "dist/minisnackbar.js",
@@ -52,4 +52,4 @@
52
52
  "prettier": "^3.6.2",
53
53
  "rollup": "^4.52.3"
54
54
  }
55
- }
55
+ }