diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e4850f0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# 1.0.0 (2024-08-06) + + +### Bug Fixes + +* **app/page.tsx:** change component name to a capital letter ([693bef2](https://github.com/Dun-sin/HearItFresh/commit/693bef25f06aa26d2f0700fade337c3da3da00ea)) +* **spotifyauthwrapper:** add suspense ([41af803](https://github.com/Dun-sin/HearItFresh/commit/41af803caab25ba38e4f9732fb42616da0754104)) + + +### chore + +* change pnpm run dev to pnpm dev ([0dcfaf5](https://github.com/Dun-sin/HearItFresh/commit/0dcfaf5d31965582a61838af0f5bc133a0e5af2a)) + + +### Features + +* **authUrl:** pass authurl to connectspotify ([51dfeb2](https://github.com/Dun-sin/HearItFresh/commit/51dfeb2e6eac8ca81b175420a7064e188e391862)) +* finish conversion to next.js ([45daf33](https://github.com/Dun-sin/HearItFresh/commit/45daf336cf8913e0da9326db20bbf3b0fd476bce)) +* introduce breaking change API ([ccf5ce7](https://github.com/Dun-sin/HearItFresh/commit/ccf5ce781bb1599251bf73e8507f02cb1da266c0)) + + +### BREAKING CHANGES + +* trigger breaking change diff --git a/package.json b/package.json index b447a83..0b7d241 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hearitfresh", - "version": "0.1.0", + "version": "1.0.0", "private": true, "scripts": { "dev": "next dev",