Skip to content

Commit

Permalink
chore: release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
berlinbruno committed Oct 14, 2024
1 parent af3f82c commit 1fbf26d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@


## [1.5.0](https://github.com/berlinbruno/nextjs-starter/compare/v1.4.0...v1.5.0) (2024-10-14)

### Features

* add chart color palette ([096f10f](https://github.com/berlinbruno/nextjs-starter/commit/096f10f22d5b6a1056014769995bb9683346d37f))
* add footer and navigation to home page ([a8846ee](https://github.com/berlinbruno/nextjs-starter/commit/a8846ee1ac8006643455cc560c17518b4026373c))
* add Tailwind CSS linting ([c1a4fd3](https://github.com/berlinbruno/nextjs-starter/commit/c1a4fd3de61c91bda0797e70f96298a77743c032))
* implement dark mode ([2f5a26c](https://github.com/berlinbruno/nextjs-starter/commit/2f5a26ca27240ca12a12aab5ed6e5536889c66a7))
* improve template structure and usability ([af3f82c](https://github.com/berlinbruno/nextjs-starter/commit/af3f82c9576eab65ee766c81f72a3700f6bede9c))

### Miscellaneous

* update prettier config and home page ([4d62e70](https://github.com/berlinbruno/nextjs-starter/commit/4d62e709e73df37ccea9a8fbb27be7124683857a))

## [1.4.0](https://github.com/berlinbruno/nextjs-starter/compare/v1.3.0...v1.4.0) (2024-10-13)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@berlinbruno/nextjs-starter",
"version": "1.4.0",
"version": "1.5.0",
"private": false,
"description": "A starter template for Next.js projects, optimized for performance and best practices.",
"author": "berlinbruno",
Expand Down

0 comments on commit 1fbf26d

Please sign in to comment.