Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-08-06)

### Bug Fixes

* **app/page.tsx:** change component name to a capital letter ([693bef2](693bef2))
* **spotifyauthwrapper:** add suspense ([41af803](41af803))

### chore

* change pnpm run dev to pnpm dev ([0dcfaf5](0dcfaf5))

### Features

* **authUrl:** pass authurl to connectspotify ([51dfeb2](51dfeb2))
* finish conversion to next.js ([45daf33](45daf33))
* introduce breaking change API ([ccf5ce7](ccf5ce7))

### BREAKING CHANGES

* trigger breaking change
  • Loading branch information
semantic-release-bot committed Aug 6, 2024
1 parent d6b2ab4 commit 948b37d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hearitfresh",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 948b37d

Please sign in to comment.