@samline/notify 0.1.0 → 0.1.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.
- package/CHANGELOG.md +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,3 +7,7 @@
|
|
|
7
7
|
- UMD build changed to `dist/notify.umd.js` and exposes `window.notify` (compat `window.notifications`).
|
|
8
8
|
- Updated docs, examples and tests to reflect the rename.
|
|
9
9
|
- Copied styles to `dist/styles.css` as part of build.
|
|
10
|
+
|
|
11
|
+
## 0.1.1 - Republish
|
|
12
|
+
|
|
13
|
+
- Republished after registry conflict on 0.1.0. No functional changes.
|
package/package.json
CHANGED