You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# - In package.json: Update name, version, and description
155
+
# - In README.md: Update version references
156
+
```
157
+
Note: Most of the package contents can be reused from the head package as is, since the JavaScript API and build configuration remain the same across versions.
158
+
159
+
4. Update `package-lock.json` by `npm install`
160
+
161
+
4. Update documentation:
162
+
- Update version references in `README.md`
163
+
- Update examples in `docs/cheat_sheet.md`
164
+
- Update the package list in `packages/npm-packages/ruby-wasm-wasi/README.md`
0 commit comments