Skip to content

Commit f2cc3df

Browse files
Version Packages
Version Packages
1 parent 6061069 commit f2cc3df

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/igdb-api-alignment.md

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @api-wrappers/igdb-wrapper
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 6061069: Align the wrapper with the current IGDB v4 API surface by adding all documented endpoints, broader APICalypse query support, multi-query, webhooks, metadata, protobuf, image URL, and tag-number helpers.
8+
39
## 0.5.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@api-wrappers/igdb-wrapper",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Type-safe TypeScript client for the IGDB API with a fluent query builder, automatic retries, and built-in rate limiting",
55
"module": "./dist/index.mjs",
66
"type": "module",

0 commit comments

Comments
 (0)