diff --git a/package-lock.json b/package-lock.json index 61c6270d..27d3fba5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "discord-api-types", - "version": "0.12.1", + "version": "0.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.12.1", + "version": "0.13.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "^12.0.1", diff --git a/package.json b/package.json index 7c458fd6..7a737a56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-api-types", - "version": "0.12.1", + "version": "0.13.0", "description": "Discord API typings that are kept up to date for use in bot library creation.", "main": "./default/index.js", "types": "./default/index.d.ts",