From 13061c99f47bbae81d0d1ecdd9108efb2883acae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 3 Apr 2021 07:47:30 +0000 Subject: [PATCH] chore(release): 0.0.6 [skip ci] ## [0.0.6](https://github.com/yasuharu519/withings-ts/compare/v0.0.5...v0.0.6) (2021-04-03) ### Bug Fixes * **bug:** Fixed response type and add Express example ([4a259f4](https://github.com/yasuharu519/withings-ts/commit/4a259f489a157d5175d4142fe84cd7dfbad421c7)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ce8acd..ec3cd38 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "withings-ts", "description": "withings API library", "main": "dist/index.js", - "version": "0.0.5", + "version": "0.0.6", "files": [ "dist" ],