Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -100,7 +100,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- blog card container tags overflowing
- fix invalid next.config file

## Unreleased
## 1.4.0

### Added

Expand DownExpand Up@@ -142,3 +142,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Updated Next.js from 13.4.19 to 14.2.20
- Resolved `fetchPriority` prop warning in next/image
- Updated sendgridEmail to support@webdevpath.co


## Unreleased

### Added




### Fixed
5 changes: 3 additions & 2 deletions package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "web-dev-path",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"scripts": {
"dev": "yarn run open-browser-win && next dev -p 3010",
Expand DownExpand Up@@ -42,5 +42,6 @@
"resolutions": {
"styled-components": "^5"
},
"license": "GPL-3.0"
"license": "GPL-3.0",
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
Comment thread
Satoshi-Sh marked this conversation as resolved.
}
Loading