-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4317e1
commit 44faccf
Showing
3 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
|
||
## 0.2.0 (2024-07-12) | ||
|
||
|
||
### Features | ||
|
||
* Add actions ([e671e98](https://github.com/kub3dev/landing-page/commit/e671e98d387efdb0981d51d452ee9ed2f6fe2ecf)) | ||
* Change text button ([0a75c84](https://github.com/kub3dev/landing-page/commit/0a75c841e91e916c0707bc4ead670048d88bf50a)) | ||
* conventional commits ([c4317e1](https://github.com/kub3dev/landing-page/commit/c4317e10223270a72c411b31401d540426a36686)) | ||
* Installed shadcn-ui ([95fb321](https://github.com/kub3dev/landing-page/commit/95fb321f75197ed107df26146d369dca2304b154)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* added ([c9c939e](https://github.com/kub3dev/landing-page/commit/c9c939e80e32ed85467505feeb47e827c61aebac)) | ||
* Tag regex filter ([1a80671](https://github.com/kub3dev/landing-page/commit/1a806712ba66760cf73be1929dd4757d75170b9d)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "git-flow", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
|