diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx index ea4720388..9d58bff93 100644 --- a/website/src/pages/changelog.mdx +++ b/website/src/pages/changelog.mdx @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fix for considering new `go` files in dev filesystem watcher - @scottopell in https://github.com/wailsapp/wails/pull/1946 * Prevent type parsing to interfere with Typescript package name - @ValentinTrinque in https://github.com/wailsapp/wails/pull/1942 * [dev] Do not try to infer assetdir from fs.FS when a frontend dev server is in use - @stffabi in https://github.com/wailsapp/wails/pull/1972 +* Fix init command not listed in wails help message - @lyon-lee-dev in https://github.com/wailsapp/wails/pull/1976 ### Changed * Add PR checks - @leaanthony in https://github.com/wailsapp/wails/pull/1879 @@ -51,7 +52,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Update Sponsor Image - @github-actions in https://github.com/wailsapp/wails/pull/1973 * docs: sync documents - @misitebao in https://github.com/wailsapp/wails/pull/1968 * Update events.mdx - @cuigege in https://github.com/wailsapp/wails/pull/1979 -* fix: init command not listed in wails help message - @lyon-lee-dev in https://github.com/wailsapp/wails/pull/1976 ## New Contributors * @arifali123 made their first contribution in https://github.com/wailsapp/wails/pull/1895