Skip to content

Commit 4f9dbc7

Browse files
committed
Fix the release
1 parent 74e9c3f commit 4f9dbc7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TerminusDB Client v11.1.2
22
## Fixes
33
* Adjust the release process to include version update task
4-
* Fix typescript generation and add ci tests to prevent similar errors
4+
* Fix typescript generation and add ci tests to prevent similar errors in the future.
55

66
# TerminusDB Client v11.1.1
77
## Fixes

docs/release_process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
6. Pick the latest version from the RELEASE_NOTES.md file
99
7. Update package.json version and run npm install
1010
8. Tag the repo locally and push the tag, align the release (git tag -s v11.x.x)
11-
9. The new release will be built and published 🎉
11+
9. The new release will be built and published 🎉

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terminusdb/terminusdb-client",
3-
"version": "11.1.1",
3+
"version": "11.1.2",
44
"description": "TerminusDB client library",
55
"main": "index.js",
66
"types": "./dist/typescript/index.d.ts",

0 commit comments

Comments
 (0)