Skip to content

Commit bdeee5e

Browse files
[chore] Update changelog
1 parent 54ab296 commit bdeee5e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mcp-devkit-server",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "Mapbox MCP devkit server",
55
"main": "./dist/commonjs/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)