diff --git a/docs/release_process.md b/docs/release_process.md index a02fe6e..1f800a6 100644 --- a/docs/release_process.md +++ b/docs/release_process.md @@ -5,5 +5,6 @@ 1. Add target version number to release notes 1. Check in and merge 1. Pick the latest version from the RELEASE_NOTES.md file +1. Update package.json version and run npm install 1. Tag the repo locally and push the tag, align the release (git tag -s v11.x.x) 1. The new release will be built and published 🎉 diff --git a/package-lock.json b/package-lock.json index 454118c..36e21ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@terminusdb/terminusdb-client", - "version": "10.0.33", + "version": "11.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@terminusdb/terminusdb-client", - "version": "10.0.33", + "version": "11.1.1", "license": "Apache-2.0", "dependencies": { "axios": "^1.7.2", diff --git a/package.json b/package.json index b8c3e5f..e24f2ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@terminusdb/terminusdb-client", - "version": "10.0.33", + "version": "11.1.1", "description": "TerminusDB client library", "main": "index.js", "types": "./dist/typescript/index.d.ts",