Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
# [2.0.0](v1.4.1...v2.0.0) (2024-03-05)

* Migrate from pages router to app router (#13) ([bd7b887](bd7b887)), closes [#13](#13)

### BREAKING CHANGES

* update Next.js to v14, React DOM and React to the latest and much deps were updated
even for fixes or SSR paradigm

* fix: add use client directive and other fixes
  • Loading branch information
semantic-release-bot committed Mar 5, 2024
1 parent bd7b887 commit 31b9853
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0](https://github.com/allbertuu/blog-do-alberto/compare/v1.4.1...v2.0.0) (2024-03-05)


* Migrate from pages router to app router (#13) ([bd7b887](https://github.com/allbertuu/blog-do-alberto/commit/bd7b887bfe7942c38aa1e60bda940a8de3fb2a89)), closes [#13](https://github.com/allbertuu/blog-do-alberto/issues/13)


### BREAKING CHANGES

* update Next.js to v14, React DOM and React to the latest and much deps were updated
even for fixes or SSR paradigm

* fix: add use client directive and other fixes

## [1.4.1](https://github.com/allbertuu/blog-do-alberto/compare/v1.4.0...v1.4.1) (2024-03-05)


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,7 +1,7 @@
{
"name": "blog-do-alberto",
"private": true,
"version": "1.4.1",
"version": "2.0.0",
"scripts": {
"dev": "next dev",
"prod": "next build && next start",
Expand Down

0 comments on commit 31b9853

Please sign in to comment.