Skip to content

Commit b56b4f5

Browse files
committed
chore: update
1 parent 8844c56 commit b56b4f5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,26 @@
22

33
## [Unreleased]
44

5+
## v1.2.1
6+
57
### Added
68

9+
- ESM build support with dual CommonJS/ESM exports
10+
- Separate TypeScript configurations for ESM and CommonJS builds
11+
- Build script to fix ESM imports with .js extensions
12+
- Support for both import and require syntax
13+
- CONTRIBUTING.md with contribution guidelines
714
- Enhanced package.json exports field for better module resolution
815
- Support for subpath exports allowing cleaner imports (e.g., `@devmehq/sdk-js/api`)
916
- Proper TypeScript types exports for all subpaths
1017
- Files field in package.json to optimize npm package size
1118

19+
### Changed
20+
21+
- Updated SDK types and client structure
22+
- Improved API structure and code formatting
23+
- Enhanced linting configuration
24+
1225
### Fixed
1326

1427
- Corrected main and types paths to point to dist directory

0 commit comments

Comments
 (0)