diff --git a/.changeset/funny-games-dance.md b/.changeset/funny-games-dance.md deleted file mode 100644 index 9fe5dd4..0000000 --- a/.changeset/funny-games-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"motidata": minor ---- - -Ported over GroupRepository diff --git a/.changeset/wild-rats-attack.md b/.changeset/wild-rats-attack.md deleted file mode 100644 index adcc7b1..0000000 --- a/.changeset/wild-rats-attack.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"motidata": major ---- - -Repository methods read json-data themselves and return it as part of the `SimpleResponseDTO` return value. -Remove calls to `Response.json` and instead handle the new return Type `SimpleResponseDTO`. diff --git a/CHANGELOG.md b/CHANGELOG.md index ef12938..a115159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # motidata +## 2.0.0 + +### Major Changes + +- 36de82b: Repository methods read json-data themselves and return it as part of the `SimpleResponseDTO` return value. + Remove calls to `Response.json` and instead handle the new return Type `SimpleResponseDTO`. + +### Minor Changes + +- 24f910e: Ported over GroupRepository + ## 1.0.2 ### Patch Changes diff --git a/package.json b/package.json index d7ea28e..30156f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "motidata", - "version": "1.0.2", + "version": "2.0.0", "description": "Data retrieval library for services (e.g. App) accessing MotiMate's main Api", "keywords": [ "api-calls"