You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Changelog.md
+12
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.7.4] - 2025-02-27
6
+
7
+
### Added
8
+
9
+
#### `build.ts`
10
+
- .cjs extension to CommonJS output files
11
+
- a plugin to fix require() statements to reference .cjs files
12
+
13
+
### Changed
14
+
- The build process for npm uses a build.ts file to build the project with esbuild. This gives esm js files the .js extension which is needed for some environments.
0 commit comments