@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.
Files changed (2) hide show
  1. package/README.md +1 -14
  2. 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
- ### 0.2.1 (2026-06-11)
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m1kad0/esp-nvs-utils",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "ESP-IDF NVS partition encoder/decoder for Node.js and browsers",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",