Skip to content

Commit 9cc8d3b

Browse files
committed
docs: 📝 update release instructions
1 parent 9e58ccb commit 9cc8d3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Same procedure except use the `--tag` flag:
170170
# authenticate with npm
171171
npm login
172172
# bump version with npm
173-
npm version 0.0.8
173+
npm version 0.0.13
174174
# package with sveltekit
175175
pnpm run package
176176
# publish with tag
@@ -185,7 +185,7 @@ git push --tags
185185
# authenticate with npm
186186
npm login
187187
# move @next to latest
188-
npm dist-tag add
188+
npm dist-tag add sveltekit-embed@0.0.13 latest
189189
```
190190

191191
## Contributors ✨

0 commit comments

Comments
 (0)