diff --git a/.changeset/pre.json b/.changeset/pre.json index 85dbec2..bd7bd44 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,5 +4,5 @@ "initialVersions": { "@webiny/data-transfer": "0.0.0" }, - "changesets": [] + "changesets": ["tall-dancers-care"] } diff --git a/.oxlintrc.json b/.oxlintrc.json index be1f9fa..c46535e 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -15,6 +15,7 @@ "document": "writable" }, "ignorePatterns": [ + ".changeset/**/*", ".github/**/*", ".idea/**/*", ".stormTests/**/*", diff --git a/CHANGELOG.md b/CHANGELOG.md index 685b746..888a15e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @webiny/data-transfer +## 0.0.1-alpha.2 + +### Patch Changes + +- 3cab748: Add MCP server (`webiny-data-transfer-mcp`) with `list_topics` and `get_topic` tools serving 44 documentation topics. Export all 27 built-in transformers and all 18 filter predicates as public API. Consolidate CI workflows and update all GitHub Actions to latest versions. + ## 0.0.1-alpha.1 ### Patch Changes diff --git a/package.json b/package.json index 3897395..b174191 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webiny/data-transfer", - "version": "0.0.1-alpha.1", + "version": "0.0.1-alpha.2", "description": "Webiny data transfer tool", "type": "module", "main": "./dist/index.js",