diff --git a/.changeset/rebuild-from-openapi.md b/.changeset/rebuild-from-openapi.md deleted file mode 100644 index 7b39337..0000000 --- a/.changeset/rebuild-from-openapi.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@automators/datamaker": major ---- - -Rebuild the SDK from the API's OpenAPI document. Types are generated rather than hand-written, and the client covers projects, templates, sets, keymaps, masking policies and plans instead of only generate/export. diff --git a/CHANGELOG.md b/CHANGELOG.md index d412f59..cc291bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @automators/datamaker +## 1.0.0 + +### Major Changes + +- 3803e44: Rebuild the SDK from the API's OpenAPI document. Types are generated rather than hand-written, and the client covers projects, templates, sets, keymaps, masking policies and plans instead of only generate/export. + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index d1aa61c..ba8a422 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "The official Node.js / Typescript library for the DataMaker API", "author": "Automators ", "license": "MIT", - "version": "0.2.0", + "version": "1.0.0", "packageManager": "pnpm@10.33.0", "homepage": "https://github.com/automators-com/datamaker-js", "bugs": "https://github.com/automators-com/datamaker-js/issues",