From 91a2e9f801c35dc1313e5b45e29e2eec19950ef0 Mon Sep 17 00:00:00 2001 From: Selcuk Kekec Date: Sun, 12 Jun 2022 16:00:23 +0200 Subject: [PATCH] chore: release v0.5.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b935c2..a06a99c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/DiaKEM/libre-link-up-api-client/compare/0.5.0...0.5.1) (2022-06-12) + + +### Bug Fixes + +* wrong trend arrows (closes [#4](https://github.com/DiaKEM/libre-link-up-api-client/issues/4)) ([b1ae480](https://github.com/DiaKEM/libre-link-up-api-client/commit/b1ae480ec7d66f5ecaabd539b0d89d62979791ed)) + # [0.5.0](https://github.com/DiaKEM/libre-link-up-api-client/compare/0.4.0...0.5.0) (2022-06-08) diff --git a/package-lock.json b/package-lock.json index 75d63c2..21c45e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diakem/libre-link-up-api-client", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@diakem/libre-link-up-api-client", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "dependencies": { "axios": "^0.27.2" diff --git a/package.json b/package.json index cb45f2e..28d6c65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diakem/libre-link-up-api-client", - "version": "0.5.0", + "version": "0.5.1", "description": "Libre Link Up client to retrieve cgm data directly from sharing service", "publishConfig": { "access": "public"