Skip to content

Commit 11888e7

Browse files
authored
Merge pull request #232 from Web-Dev-Path/chore/release-1.4.0
Release 1.4.0
2 parents a27de4f + 6d89043 commit 11888e7

File tree

3 files changed

+6880
-4588
lines changed

3 files changed

+6880
-4588
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
100100
- blog card container tags overflowing
101101
- fix invalid next.config file
102102

103-
## Unreleased
103+
## 1.4.0
104104

105105
### Added
106106

@@ -142,3 +142,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
142142
- Updated Next.js from 13.4.19 to 14.2.20
143143
- Resolved `fetchPriority` prop warning in next/image
144144
- Updated sendgridEmail to [email protected]
145+
146+
147+
## Unreleased
148+
149+
### Added
150+
151+
152+
153+
154+
### Fixed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-dev-path",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"private": true,
55
"scripts": {
66
"dev": "yarn run open-browser-win && next dev -p 3010",
@@ -42,5 +42,6 @@
4242
"resolutions": {
4343
"styled-components": "^5"
4444
},
45-
"license": "GPL-3.0"
45+
"license": "GPL-3.0",
46+
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
4647
}

0 commit comments

Comments
 (0)