Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 306e226

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.10.3
1 parent bd0fd5c commit 306e226

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.10.3](https://github.com/EddieHubCommunity/api/compare/v0.10.2...v0.10.3) (2021-08-12)
2+
3+
4+
### Bug Fixes
5+
6+
* deleting token dont validate exp ([#184](https://github.com/EddieHubCommunity/api/issues/184)) ([bd0fd5c](https://github.com/EddieHubCommunity/api/commit/bd0fd5cfdecf72ad9e9b9c2383eabe8023a81146))
7+
8+
9+
110
## [0.10.2](https://github.com/EddieHubCommunity/api/compare/v0.10.1...v0.10.2) (2021-08-10)
211

312

@@ -34,12 +43,3 @@
3443

3544

3645

37-
# [0.9.0](https://github.com/EddieHubCommunity/api/compare/v0.8.0...v0.9.0) (2021-08-03)
38-
39-
40-
### Features
41-
42-
* tokens to DataStax DB ([#173](https://github.com/EddieHubCommunity/api/issues/173)) ([a117d93](https://github.com/EddieHubCommunity/api/commit/a117d9302fb7b6c37181a28010e92f775c93b871)), closes [#137](https://github.com/EddieHubCommunity/api/issues/137) [#165](https://github.com/EddieHubCommunity/api/issues/165) [#165](https://github.com/EddieHubCommunity/api/issues/165)
43-
44-
45-

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "An API to manage our community data",
55
"author": "EddieHubCommunity",
66
"license": "MIT",
@@ -96,4 +96,4 @@
9696
"coverageDirectory": "../coverage",
9797
"testEnvironment": "node"
9898
}
99-
}
99+
}

0 commit comments

Comments
 (0)