diff --git a/README.md b/README.md index 6601ce1..018a00c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Check out my related projects: ## Documentation Most methods pass values as-is into HTTP requests. These can be populated using parameters specified by Bitget's API documentation, or check the type definition in each class within this repository (see table below for convenient links to each class). -- [bitget API Documentation](https://www.bitget.com/docs-v5/en/#rest-api). +- [Bitget API Documentation](https://www.bitget.com/docs-v5/en/#rest-api). ## Structure This connector is fully compatible with both TypeScript and pure JavaScript projects, while the connector is written in TypeScript. A pure JavaScript version can be built using `npm run build`, which is also the version published to [npm](https://www.npmjs.com/package/bitget-api). diff --git a/package-lock.json b/package-lock.json index f33665f..6a090de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bitget-api", - "version": "0.9.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bitget-api", - "version": "0.9.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "axios": "^0.27.2", diff --git a/package.json b/package.json index 7ccf003..c00505f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bitget-api", - "version": "1.0.0", - "description": "Node.js connector for Bitget REST APIs and WebSockets, with TypeScript & integration tests.", + "version": "1.0.1", + "description": "Node.js connector for Bitget REST APIs and WebSockets, with TypeScript & end-to-end tests.", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [