Skip to content

Commit 97cc92a

Browse files
committed
docs(changelog): document 2.0.0 Vite+ and pnpm toolchain migration
1 parent 7e94eb7 commit 97cc92a

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22

33
# [2.0.0](https://github.com/MONEI/monei-node-sdk/compare/v1.9.1...v2.0.0) (2026-03-30)
44

5+
### Breaking Changes
6+
7+
- Build output and `package.json` `exports` now use explicit `.mjs`/`.cjs` bundles and `.d.mts`/`.d.cts` declarations from the new compiler pipeline. Ensure your TypeScript `moduleResolution` and bundler handle these entrypoints (Node 18+ recommended).
8+
9+
### Changed
10+
11+
- Migrated the library toolchain to **Vite+** (`vite-plus`): `vp pack` (tsdown) replaces microbundle for publishing; `vp test` drives Vitest; `vp check` (Oxlint/Oxfmt) replaces ESLint and Prettier; git hooks use `vp config` and `.vite-hooks` instead of Husky/lint-staged.
12+
- Switched from Yarn Berry to **pnpm** (lockfile, scripts, and CI).
13+
- Raised the supported Node baseline to **24** (`.nvmrc` and CI).
514

615
### Bug Fixes
716

8-
* update release-it hook from yarn to pnpm ([738954b](https://github.com/MONEI/monei-node-sdk/commit/738954bc3c0d4eb299ab96e48cda585479162aa7))
17+
- Update release-it hook from yarn to pnpm ([738954b](https://github.com/MONEI/monei-node-sdk/commit/738954bc3c0d4eb299ab96e48cda585479162aa7))
918

1019
## <small>1.9.1 (2026-01-21)</small>
1120

0 commit comments

Comments
 (0)