Skip to content

Commit f4a3bcf

Browse files
committed
chore(release): v0.0.4
1 parent b3c8a9c commit f4a3bcf

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22

33

4+
## v0.0.4
5+
6+
[compare changes](https://github.com/cyberboyanmol/exercisedb-api/compare/v0.0.3...v0.0.4)
7+
8+
### 🚀 Enhancements
9+
10+
- **bodyPart:** Added route endpoint to get exercises by specific bodyPart ([387524d](https://github.com/cyberboyanmol/exercisedb-api/commit/387524d))
11+
- **equipments:** ⚡️ added route endpoint to get exercises by specific equipment ([d5786f2](https://github.com/cyberboyanmol/exercisedb-api/commit/d5786f2))
12+
- **muscles:** Added route endpoint to get exercises by specific muscle ([b3c8a9c](https://github.com/cyberboyanmol/exercisedb-api/commit/b3c8a9c))
13+
14+
### 🩹 Fixes
15+
16+
- 🐛 fixes invalid token error ([8c45438](https://github.com/cyberboyanmol/exercisedb-api/commit/8c45438))
17+
18+
### ❤️ Contributors
19+
20+
- Anmol Gangwar <anmolgangwar64@gmail.com>
21+
422
## v0.0.3
523

624
[compare changes](https://github.com/cyberboyanmol/exercisedb-api/compare/v0.0.2...v0.0.3)
@@ -43,7 +61,7 @@
4361

4462
### ❤️ Contributors
4563

46-
- Anmol Gangwar <anmolgangwar64@gmail.com>
64+
- Anmol Gangwar
4765

4866
## v1.1.0
4967

@@ -69,5 +87,5 @@
6987

7088
### ❤️ Contributors
7189

72-
- Anmol Gangwar <anmolgangwar64@gmail.com>
90+
- Anmol Gangwar
7391

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "exercisedb-api",
33
"description": "Free ExerciseDB API",
44
"repository": "https://github.com/cyberboyanmol/exercisedb-api",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"author": "Anmol Gangwar",
77
"license": "MIT",
88
"type": "module",

0 commit comments

Comments
 (0)