diff --git a/.github/workflows/.release-please-manifest.json b/.github/workflows/.release-please-manifest.json index f552150..64305c6 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.16.0"} +{".":"0.16.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2451a..3617671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.1](https://github.com/flowcore-io/data-pump/compare/v0.16.0...v0.16.1) (2025-08-07) + + +### Bug Fixes + +* **cursor:** :sparkles: add memory mesh MCP integration rules ([c3eafda](https://github.com/flowcore-io/data-pump/commit/c3eafda233b9b29b7b1b60cf5d522d34e579d483)) + ## [0.16.0](https://github.com/flowcore-io/data-pump/compare/v0.15.1...v0.16.0) (2025-07-24) diff --git a/deno.json b/deno.json index 30ab479..81e6809 100644 --- a/deno.json +++ b/deno.json @@ -2,7 +2,7 @@ "$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json", "name": "@flowcore/data-pump", "description": "Flowcore Data Pump", - "version": "0.16.0", + "version": "0.16.1", "license": "MIT", "exports": "./src/mod.ts", "publish": {