Skip to content

Commit

Permalink
Merge pull request #99 from manu2699/types-fix
Browse files Browse the repository at this point in the history
🔖 fix: package version bump
  • Loading branch information
saravanan10393 authored Apr 30, 2024
2 parents 079ee55 + 3b044a2 commit f497677
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
## Checklist

- [ ] Added a new class/method in SDK
- [ ] Updated version in `package.json`
- [ ] Verified `.d.ts` file for new class/method.
- [ ] Covered new changes in docs.
- [ ] Covered new changes in snippets.
- [ ] SDK Issue fix PR
- [ ] Updated version in `package.json`
- [ ] Doesn't affect the previous method signatures.
- [ ] Affects the method signature
- [ ] Changes are conveyed.
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kissflow/lowcode-client-sdk",
"version": "1.0.24",
"version": "1.0.25",
"description": "JavaScript SDK for developing over the Kissflow lowcode platform",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit f497677

Please sign in to comment.