Skip to content

Commit

Permalink
Merge pull request #172 from Web-Dev-Path/171-release-130
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
bernardoasc authored Jun 8, 2023
2 parents 8a48d6b + 700cec0 commit 83bb7d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- styles on newsletter button and contact page
- error where html loaded before styles by updating \_document.js

## Unreleased
## 1.3.0

### Added

Expand All @@ -99,3 +99,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- blog container and title styling
- blog card container tags overflowing
- fix invalid next.config file

## Unreleased

### Added

-

### Fixed

-
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-dev-path",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"scripts": {
"dev": "yarn run open-browser-win && next dev -p 3010",
Expand Down

0 comments on commit 83bb7d5

Please sign in to comment.