@m1kad0/esp-nvs-utils 0.2.2 → 0.2.3
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 +1 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -105,21 +105,8 @@ npm run lint
|
|
|
105
105
|
|
|
106
106
|
```
|
|
107
107
|
## Changelog
|
|
108
|
-
<!--
|
|
109
|
-
Placeholder for the next version (at the beginning of the line):
|
|
110
|
-
### **WORK IN PROGRESS**
|
|
111
|
-
-->
|
|
112
|
-
### 0.2.2 (2026-06-12)
|
|
113
|
-
- Chore: Declare minimum supported Node.js version (`>=24`) via `engines`
|
|
114
108
|
|
|
115
|
-
|
|
116
|
-
- Fix: Set explicit `rootDir` for TypeScript 6 declaration build
|
|
117
|
-
|
|
118
|
-
### 0.2.0 (2026-06-11)
|
|
119
|
-
- Feat: Update to Typescript 6
|
|
120
|
-
|
|
121
|
-
### 0.1.2 (2026-06-11)
|
|
122
|
-
- Chore: First Version
|
|
109
|
+
See [CHANGELOG.md](./CHANGELOG.md).
|
|
123
110
|
|
|
124
111
|
## License
|
|
125
112
|
|