版本发布 2
## What's Changed * fix: Codespaces起動時にボリュームマウントに失敗していたため、ローカルボリュームを使用しないように変更 by @ytak-sagit in https://github.com/ytak-sagit/game-of-life-react/pull/76 * #77: Bun+Vite構成を、Bunのみ使用するように一本化 by @ytak-sagit in https://github.com/ytak-sagit/game-of-life-react/pull/78 * perf: build時に`sourcemap`を生成しないように修正 by @ytak-sagit in https://github.com/ytak-sagit/game-of-life-react/pull/80 * docs: READMEからViteのbadgeを削除 by @ytak-sagit in https://github.com/ytak-sagit/game-of-life-react/pull/81 **Full Changelog**: https://github.com/ytak-sagit/game-of-life-react/compare/v1.1.0...v1.2.0
## What's Changed * #67: devcontainerのUbuntuベースイメージを22.04から24.04へ更新 by @ytak-sagit in https://github.com/ytak-sagit/game-of-life-react/pull/68 * #65: devcontainer内でGit Graphを操作できるように対応 by @ytak-sagit in https://github.com/ytak-sagit/game-of-life-react/pull/69 * fix: `action-baseline`のバージョンを0.13.0から0.14.0へ修正 by @ytak-sagit in https://github.com/ytak-sagit/game-of-life-react/pull/71 * #66: Reactのバージョンを19.1.0へ更新 by @ytak-sagit in https://github.com/ytak-sagit/game-of-life-react/pull/73 * docs: README更新 by @ytak-sagit in https://github.com/ytak-sagit/game-of-life-react/pull/75 **Full Changelog**: https://github.com/ytak-sagit/game-of-life-react/compare/v1.0.0...v1.1.0