Skip to content

Commit

Permalink
Increment version to 1.0.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunabe committed May 21, 2023
1 parent 4aa2e39 commit e8d337b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/developing.md
Expand Up @@ -42,8 +42,8 @@ npm run jest [-- --watch]
## Release

- Increment `"version"` in `package.json`.
- `npm run test && npm publish`.
- Set git tag: `git tag -a v1.0.3 -m 'Release version 1.0.3'`
- `npm test && npm publish`.
- Set git tag: `git tag -a v1.0.21 -m 'Release version 1.0.21'`
- `git push --tags`

## Related repositories
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tslab",
"version": "1.0.19",
"version": "1.0.21",
"description": "Jupyter for JavaScript and TypeScript",
"main": "dist/public.js",
"types": "dist/public.d.ts",
Expand Down

0 comments on commit e8d337b

Please sign in to comment.