diff --git a/.changeset/shaggy-mugs-marry.md b/.changeset/shaggy-mugs-marry.md deleted file mode 100644 index 4681a3b..0000000 --- a/.changeset/shaggy-mugs-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@intavia/api-client": patch ---- - -Add entityType statistic endpoints diff --git a/CHANGELOG.md b/CHANGELOG.md index 08dc772..10508e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @intavia/api-client +## 0.1.26 + +### Patch Changes + +- [`993b396`](https://github.com/InTaVia/api-client/commit/993b3963b5acb72a3b9c359c166bdbfda462f6e8) + Thanks [@samuelbeck](https://github.com/samuelbeck)! - Add entityType statistic endpoints + ## 0.1.25 ### Patch Changes diff --git a/package.json b/package.json index 42b373e..b661c87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@intavia/api-client", - "version": "0.1.25", + "version": "0.1.26", "license": "MIT", "type": "module", "main": "./dist/index.cjs",