diff --git a/CHANGELOG.md b/CHANGELOG.md index a49531f3..e9b66481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.5.0](https://github.com/AmruthPillai/Reactive-Resume/compare/v3.4.8...v3.5.0) (2022-07-30) + + +### Bug Fixes + +* **client:** :bug: attempt to fix the one-off date issue ([5197f95](https://github.com/AmruthPillai/Reactive-Resume/commit/5197f954c0baed3daf1c7e2c79b607354ef42024)) +* **client:** :bug: fix mui rendering of utc dates ([977fa72](https://github.com/AmruthPillai/Reactive-Resume/commit/977fa72ddeeeebf7463d43a820e85f783489a4dc)) + ### [3.4.8](https://github.com/AmruthPillai/Reactive-Resume/compare/v3.4.7...v3.4.8) (2022-07-13) diff --git a/package-lock.json b/package-lock.json index 0e0950fc..4048ca26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "reactive-resume", - "version": "3.4.8", + "version": "3.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "reactive-resume", - "version": "3.4.8", + "version": "3.5.0", "workspaces": [ "schema", "client", diff --git a/package.json b/package.json index 604f35b9..8ee822fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactive-resume", - "version": "3.4.8", + "version": "3.5.0", "private": true, "workspaces": [ "schema",