Skip to content

Commit 83bb7d5

Browse files
authored
Merge pull request #172 from Web-Dev-Path/171-release-130
Release 1.3.0
2 parents 8a48d6b + 700cec0 commit 83bb7d5

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Diff for: CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8080
- styles on newsletter button and contact page
8181
- error where html loaded before styles by updating \_document.js
8282

83-
## Unreleased
83+
## 1.3.0
8484

8585
### Added
8686

@@ -99,3 +99,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9999
- blog container and title styling
100100
- blog card container tags overflowing
101101
- fix invalid next.config file
102+
103+
## Unreleased
104+
105+
### Added
106+
107+
-
108+
109+
### Fixed
110+
111+
-

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-dev-path",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "yarn run open-browser-win && next dev -p 3010",

0 commit comments

Comments
 (0)