autumnnote 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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # AutumnNote
2
2
 
3
- [![Version](https://img.shields.io/badge/version-1.0.0-blue)](#)
3
+ [![Version](https://img.shields.io/badge/version-1.0.1-blue)](#)
4
4
  [![CI](https://github.com/cmm-cmm/Autumn-Note/actions/workflows/pages.yml/badge.svg)](https://github.com/cmm-cmm/Autumn-Note/actions/workflows/pages.yml)
5
5
  [![JavaScript](https://img.shields.io/badge/JavaScript-ES2022-F7DF1E?logo=javascript&logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
6
6
  [![Build](https://img.shields.io/badge/Build-Vite-646CFF?logo=vite&logoColor=white)](https://vitejs.dev/)
@@ -5769,7 +5769,7 @@ const F = navigator.userAgent, Is = {
5769
5769
  Pt.set(o, t);
5770
5770
  },
5771
5771
  /** Library version */
5772
- version: "1.0.0"
5772
+ version: "1.0.1"
5773
5773
  };
5774
5774
  function yt(o) {
5775
5775
  return typeof o == "string" ? Array.from(document.querySelectorAll(o)) : o instanceof Element ? [o] : o instanceof NodeList || Array.isArray(o) ? Array.from(o) : [];