Skip to content

Commit

Permalink
chore: release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
khskekec committed Mar 21, 2022
1 parent 465c81f commit 912239e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


## 0.0.4 (2022-03-21)
## [0.0.5](https://github.com/DiaKEM/dexcom-api-client/compare/0.0.4...0.0.5) (2022-03-21)## 0.0.4 (2022-03-21)
2 changes: 1 addition & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
declare const someVariable = 'Test variable';
declare const someVariable = "Test variable";
4 changes: 2 additions & 2 deletions lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@diakem/dexcom-api-client",
"version": "0.0.4",
"version": "0.0.5",
"description": "Dexcom API client to communicate and retrieve data from the sharing service.",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 912239e

Please sign in to comment.