Skip to content

Commit

Permalink
Merge pull request #5 from falsepopsky/changeset-release/main
Browse files Browse the repository at this point in the history
chore(release): new @untidy/mobygames version
  • Loading branch information
falsepopsky authored Mar 23, 2024
2 parents fd892fc + f92206d commit 12d086f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .changeset/hungry-jokes-hunt.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @untidy/mobygames

## 1.0.1

### Patch Changes

- aab8656: fix: The endpoint `/v1/games/:game_id` only supports the format `brief`, `normal` and `full`. Not
`id`.

Response from the endpoint:

```js

{
code: 13,
error: 'Invalid format',
message: 'Output format must be one of brief, normal, or full.'
}

```

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@untidy/mobygames",
"description": "Client library for MobyGames API in Node.js",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"author": "falsepopsky",
"license": "Apache-2.0",
Expand Down

0 comments on commit 12d086f

Please sign in to comment.