diff --git a/.changeset/many-panthers-warn.md b/.changeset/many-panthers-warn.md deleted file mode 100644 index 98135de6..00000000 --- a/.changeset/many-panthers-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@giphy/js-types': major ---- - -remove unused bottle_data interface from IGif. This should only affect internal GIPHY projects diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md new file mode 100644 index 00000000..60edcf22 --- /dev/null +++ b/packages/types/CHANGELOG.md @@ -0,0 +1,7 @@ +# @giphy/js-types + +## 5.0.0 + +### Major Changes + +- f479d02: remove unused bottle_data interface from IGif. This should only affect internal GIPHY projects diff --git a/packages/types/package.json b/packages/types/package.json index b3f07c4c..63033a07 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -8,7 +8,7 @@ }, "name": "@giphy/js-types", "homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/types", - "version": "4.4.0", + "version": "5.0.0", "main": "dist/index.d.ts", "types": "dist/index.d.ts", "publishConfig": {