From 1f6f5e7c5dec5bef5491da5e898000b41fd32df4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 1 Dec 2024 23:21:58 +0800 Subject: [PATCH] chore(release): 1.4.8 [skip ci] ## [1.4.8](https://github.com/ruchernchong/portfolio/compare/v1.4.7...v1.4.8) (2024-12-01) ### Reverts * Revert "chore: add CORS" ([abce734](https://github.com/ruchernchong/portfolio/commit/abce734eb1c211d177b5fc470fc62f53dfe31201)) * Revert "chore: remove Vercel URL in CORS" ([ba75497](https://github.com/ruchernchong/portfolio/commit/ba754972a845ecc540711caeac1ab9809c3202fc)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e3d60..7808ab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.8](https://github.com/ruchernchong/portfolio/compare/v1.4.7...v1.4.8) (2024-12-01) + +### Reverts + +- Revert "chore: add CORS" ([abce734](https://github.com/ruchernchong/portfolio/commit/abce734eb1c211d177b5fc470fc62f53dfe31201)) +- Revert "chore: remove Vercel URL in CORS" ([ba75497](https://github.com/ruchernchong/portfolio/commit/ba754972a845ecc540711caeac1ab9809c3202fc)) + ## [1.4.7](https://github.com/ruchernchong/portfolio/compare/v1.4.6...v1.4.7) (2024-12-01) ### Bug Fixes diff --git a/package.json b/package.json index 532afa2..b2686a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ruchernchong/portfolio", - "version": "1.4.7", + "version": "1.4.8", "private": true, "scripts": { "dev": "contentlayer2 dev & next dev --turbo",