We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ab296 commit bdeee5eCopy full SHA for bdeee5e
CHANGELOG.md
@@ -0,0 +1,14 @@
1
+## 0.4.0 (Unreleased)
2
+
3
+### Features Added
4
5
+- New fetch pipeline with automatic retry behavior
6
7
+### Bug Fixes
8
9
+- Dual emits ESM and CommonJS bundles with types per target
10
11
+### Other Features
12
13
+- Migrated from Jest to vitest
14
+- Added EditorConfig support for development work
package.json
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mcp-devkit-server",
- "version": "0.3.2",
+ "version": "0.4.0",
"description": "Mapbox MCP devkit server",
"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.js",
0 commit comments