Skip to content

Commit

Permalink
update to version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp committed Dec 18, 2024
1 parent 8221fe1 commit 360c359
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions table-webview/RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
To release a new version:
1. update the version number in the `package.json` manually or use `npm version <major/minor/patch>` and commit.
2. Make sure the lib files are built using `yarn build`.
3. Publish the new version to npm using `npm publish`.
2 changes: 1 addition & 1 deletion table-webview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kieler/table-webview",
"version": "0.0.6",
"version": "0.0.7",
"description": "Table as Webview",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 360c359

Please sign in to comment.