Skip to content

Commit 5aa4819

Browse files
committed
Fix release-process for 11.1.1
1 parent af4d4ff commit 5aa4819

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/release_process.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
1. Add target version number to release notes
66
1. Check in and merge
77
1. Pick the latest version from the RELEASE_NOTES.md file
8+
1. Update package.json version and run npm install
89
1. Tag the repo locally and push the tag, align the release (git tag -s v11.x.x)
910
1. 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": "10.0.33",
3+
"version": "11.1.1",
44
"description": "TerminusDB client library",
55
"main": "index.js",
66
"types": "./dist/typescript/index.d.ts",

0 commit comments

Comments
 (0)