From 45fb1aa47f9c0527cbc747df871f6f7e1fab2858 Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Thu, 7 Aug 2025 12:33:08 +0100 Subject: [PATCH] chore(main): release 0.16.1 --- .github/workflows/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ deno.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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": {