Skip to content

Commit

Permalink
Merge pull request #3 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 22, 2024
2 parents c12cf3d + 6e04677 commit e865c3d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .changeset/bright-buckets-approve.md

This file was deleted.

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

## 1.0.0

### Major Changes

- b21d293: This package provides access to the MobyGames API, allowing you to retrieve game data through
various endpoints with optional query parameters.

- `/games`
- `/games/:game_id`
- `/games/:game_id/platforms`
- `/games/:game_id/platforms/:platform_id`
- `/games/:game_id/platforms/:platform_id/screenshots`
- `/games/:game_id/platforms/:platform_id/covers`
- `/games/random`
- `/games/recent`
- `/genres`
- `/groups`
- `/platforms`
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": "0.0.0",
"version": "1.0.0",
"type": "module",
"author": "falsepopsky",
"license": "Apache-2.0",
Expand Down

0 comments on commit e865c3d

Please sign in to comment.