Commit 024649a
committed
chore(release): 1.0.0-beta.1 [skip ci]
# 1.0.0-beta.1 (2025-04-18)
### Bug Fixes
* add contents write permission to bump-version workflow for git push ([044a408](044a408))
* add git user config for GitHub Actions ([f76b5ec](f76b5ec))
* add missing setup steps in release job ([05ca465](05ca465))
* add required permissions for release notes generation ([f02d978](f02d978))
* add write permissions and rename bump job to bump-tag ([fb2ebbb](fb2ebbb))
* convert memory address types from bigint to number for better compatibility ([d2e03d4](d2e03d4))
* correct context access for local_version/npm_version and update npm install to ignore scripts ([4a4ddec](4a4ddec))
* correct output variable and update log message in bump-version workflow ([afbcc90](afbcc90))
* correct spelling of detachDebugger function name ([8fe649e](8fe649e))
* enable automatic release notes generation ([4c1a696](4c1a696))
* improve error logging in build script ([0aaa3dd](0aaa3dd))
* improve previous version detection in revert workflow ([3ab4909](3ab4909))
* improve workflow triggers and release creation ([f5d5b6b](f5d5b6b))
* move GitHub Actions permissions to workflow level ([2b06b79](2b06b79))
* move NODE_AUTH_TOKEN to setup-node step for proper npm authentication ([f45fda6](f45fda6))
* persist compiled files from build step to publish-npm step using workflow artifacts ([8b0b6f8](8b0b6f8))
* push to master branch instead of main in bump-version workflow ([81d1cf9](81d1cf9))
* remove caching from release workflow ([1fa7cb1](1fa7cb1))
* remove redundant build checks and simplify workflow ([821f966](821f966))
* remove redundant npm login step from workflow ([1df3bf6](1df3bf6))
* remove version bump from workflow as it's handled by release tags ([f40f081](f40f081))
* reorganize git operations in bump workflow for better reliability ([64e52ec](64e52ec))
* replace deprecated fail_on_error with fail_level in biome action ([412462d](412462d))
* resolve /Zc:strictStrings compiler errors ([73e586f](73e586f))
* set biome action fail_level to any ([a7dd6c1](a7dd6c1))
* set fetch-depth: 0 for full git history in version bump ([5237ec2](5237ec2))
* setup proper npm authentication in GitHub Actions workflow ([9bc7bce](9bc7bce))
* simplify release workflow and configuration ([b91db32](b91db32))
* specify artifact name and path in download step ([38ea831](38ea831))
* trigger build workflow on release publish ([25dea64](25dea64))
* update .npmignore to only exclude root src directory ([6d7265c](6d7265c))
* update config and ci labels to use proper changed-files syntax ([c6a4eea](c6a4eea))
### Features
* add beta version support and improve CI triggers ([85a06bc](85a06bc))
* add bigint support for memory addresses ([4d22488](4d22488))
* add caching and optimize build steps in GitHub Actions workflow ([9b32a47](9b32a47))
* add CodeQL security analysis to version bump workflow ([f2c3d15](f2c3d15))
* add GitHub release configuration ([8eeac16](8eeac16))
* add revert-version workflow ([51db5ae](51db5ae))
* add support for reverting latest version ([1ddd4ff](1ddd4ff))
* **memory:** introduce typed memory operations and fix writeMemory issues ([505cf6e](505cf6e))
* refactor exports and add default export to src/index.ts [skip ci] ([56c8fdb](56c8fdb))1 parent cbfa32f commit 024649a
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
0 commit comments