diff --git a/.changeset/unlucky-spoons-grab.md b/.changeset/unlucky-spoons-grab.md deleted file mode 100644 index 182e6f7..0000000 --- a/.changeset/unlucky-spoons-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@team-plain/typescript-sdk': patch ---- - -Conform [including TypeScript declarations for the npm package](https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#including-declarations-in-your-npm-package), `typings` to `types` diff --git a/CHANGELOG.md b/CHANGELOG.md index 8635f47..b2fe86f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @team-plain/typescript-sdk +## 1.1.1 + +### Patch Changes + +- d1404de: Conform [including TypeScript declarations for the npm package](https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#including-declarations-in-your-npm-package), `typings` to `types` + ## 1.1.0 ### Minor Changes diff --git a/package.json b/package.json index 372d723..7b81b63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@team-plain/typescript-sdk", - "version": "1.1.0", + "version": "1.1.1", "description": "Typescript SDK for Plain's Core GraphQL API", "main": "dist/index.js", "module": "dist/index.mjs",