phonic 0.2.0 → 0.3.0
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 +10 -0
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -141,6 +141,16 @@ phonicWebSocket.onError((event) => {
|
|
|
141
141
|
});
|
|
142
142
|
```
|
|
143
143
|
|
|
144
|
+
## Release a new version to npm
|
|
145
|
+
|
|
146
|
+
1. `bunx changeset`
|
|
147
|
+
2. `git add .`
|
|
148
|
+
3. `git commit -m "Add changeset"`
|
|
149
|
+
4. `git push`
|
|
150
|
+
|
|
151
|
+
Git action will run and create a PR.
|
|
152
|
+
Once this PR is merged, the new version will be released to npm.
|
|
153
|
+
|
|
144
154
|
## License
|
|
145
155
|
|
|
146
156
|
MIT
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED