Skip to content

Commit 12d086f

Browse files
authored
Merge pull request #5 from falsepopsky/changeset-release/main
chore(release): new @untidy/mobygames version
2 parents fd892fc + f92206d commit 12d086f

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

.changeset/hungry-jokes-hunt.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

packages/api/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @untidy/mobygames
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- aab8656: fix: The endpoint `/v1/games/:game_id` only supports the format `brief`, `normal` and `full`. Not
8+
`id`.
9+
10+
Response from the endpoint:
11+
12+
```js
13+
14+
{
15+
code: 13,
16+
error: 'Invalid format',
17+
message: 'Output format must be one of brief, normal, or full.'
18+
}
19+
20+
```
21+
322
## 1.0.0
423

524
### Major Changes

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@untidy/mobygames",
33
"description": "Client library for MobyGames API in Node.js",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
66
"author": "falsepopsky",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)