From 700cec07911dd68d59beadaffc601cf9b52846ee Mon Sep 17 00:00:00 2001 From: Bernardo <48292271+bernardoasc@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:34:27 -0700 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e8ccdca..71255798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 + +- \ No newline at end of file diff --git a/package.json b/package.json index 4db1231d..c38ef2c3 100644 --- a/package.json +++ b/package.json @@ -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",