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

Commit e579caa

Browse files
committed
Merge branch 'main' of github.com:EddieHubCommunity/api into main
2 parents 5a93b21 + 5bebc0f commit e579caa

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

.husky/pre-commit

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22
. "$(dirname "$0")/_/husky.sh"
33

44
npm run lint
5-
npm run test
6-
npm run test:e2e

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.5.3](https://github.com/EddieHubCommunity/api/compare/v0.5.2...v0.5.3) (2021-06-06)
2+
3+
4+
### Bug Fixes
5+
6+
* husky not to run tests ([#121](https://github.com/EddieHubCommunity/api/issues/121)) ([c3426a0](https://github.com/EddieHubCommunity/api/commit/c3426a03355d0a51b9c99891f252e48417b65612))
7+
8+
9+
110
## [0.5.2](https://github.com/EddieHubCommunity/api/compare/v0.5.1...v0.5.2) (2021-06-05)
211

312

@@ -35,12 +44,3 @@
3544

3645

3746

38-
## [0.3.2](https://github.com/EddieHubCommunity/api/compare/v0.3.1...v0.3.2) (2021-05-15)
39-
40-
41-
### Bug Fixes
42-
43-
* docker file to use gh token ([6e9ea84](https://github.com/EddieHubCommunity/api/commit/6e9ea849be0f29f286f43895855ac2d78823503b))
44-
45-
46-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "An API to manage our community data",
55
"author": "EddieHubCommunity",
66
"license": "MIT",

0 commit comments

Comments
 (0)