Skip to content

Commit 76d7867

Browse files
authored
Merge pull request #2 from flowcore-io/release-please--branches--main--components--local-read-model-mcp-server
chore(main): release 1.1.0
2 parents 9f206c4 + 8f673eb commit 76d7867

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/flowcore-io/mcp-flowcore-local-readmodel/compare/v1.0.0...v1.1.0) (2025-03-25)
4+
5+
6+
### Features
7+
8+
* **duckdb:** :sparkles: Add support for native arm64 DuckDB on macOS ([4b27114](https://github.com/flowcore-io/mcp-flowcore-local-readmodel/commit/4b2711416102dfeb802121ad1331915e3e39b7a6))
9+
10+
11+
### Bug Fixes
12+
13+
* **bun.lock:** :sparkles: Update biome package with additional optional dependencies for various platforms ([9f206c4](https://github.com/flowcore-io/mcp-flowcore-local-readmodel/commit/9f206c4ba2ac48f4b588a0e9d6d12ce8f7172cc8))
14+
* **package:** :fire: Remove DuckDB dependencies from package.json ([f9a6373](https://github.com/flowcore-io/mcp-flowcore-local-readmodel/commit/f9a637331b386c5738fff2e48745bd1930833b4e))
15+
* **package:** :sparkles: Add postinstall script for DuckDB installation and copy script to dist ([f33c36f](https://github.com/flowcore-io/mcp-flowcore-local-readmodel/commit/f33c36f95d3e1f31fefe2857157095ed548782af))
16+
317
## 1.0.0 (2025-03-24)
418

519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
{
22
"name": "@flowcore/local-read-model-mcp-server",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "MCP server for creating a local Read Model and feeding it with events from the Flowcore Platform",
55
"private": false,
66
"type": "module",
77
"main": "dist/index.js",
88
"bin": {
99
"local-read-model-mcp-server": "./dist/index.js"
1010
},
11-
"os": ["linux", "darwin", "win32"],
12-
"cpu": ["x64", "arm64"],
11+
"os": [
12+
"linux",
13+
"darwin",
14+
"win32"
15+
],
16+
"cpu": [
17+
"x64",
18+
"arm64"
19+
],
1320
"files": [
1421
"dist",
1522
"package.json",

0 commit comments

Comments
 (0)