diff --git a/.changeset/bright-buckets-approve.md b/.changeset/bright-buckets-approve.md deleted file mode 100644 index fbd36df..0000000 --- a/.changeset/bright-buckets-approve.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'@untidy/mobygames': major ---- - -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` diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md new file mode 100644 index 0000000..76228c8 --- /dev/null +++ b/packages/api/CHANGELOG.md @@ -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` diff --git a/packages/api/package.json b/packages/api/package.json index e43a08f..337ad61 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -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",