diff --git a/Makefile b/Makefile index b32f6ba..154423f 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,6 @@ update: preversion: test rebuild postversion: - git push git push --tags pnpm publish --access public diff --git a/Readme.md b/Readme.md index c2b9066..6e57fa2 100644 --- a/Readme.md +++ b/Readme.md @@ -14,7 +14,7 @@ Transact-SQL template combinators. ## Usage ```sh -npm i -E @appliedblockchain/tsql +pnpm add -E @appliedblockchain/tsql ``` ```ts diff --git a/package.json b/package.json index 9e82905..3083dde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appliedblockchain/tsql", - "version": "6.11.0", + "version": "6.13.0", "description": "Fast and safe T-SQL template combinators for MSSQL.", "type": "module", "module": "./mjs/index.js",