From 0e887366bc6b348459d215c5b0a5bda27a2600c3 Mon Sep 17 00:00:00 2001 From: AshGw Date: Sat, 11 May 2024 00:20:55 +0100 Subject: [PATCH] chore(release): v1.80.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c262474..05b3dba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## v1.80.0 + +[compare changes](https://github.com/ashgw/ashgw.io/compare/v1.79.0...v1.80.0) + +### 🚀 Enhancements + +- Finish the about page ([362e5c7](https://github.com/ashgw/ashgw.io/commit/362e5c7)) + +### 🩹 Fixes + +- Filed build due to double export ([2b9da7f](https://github.com/ashgw/ashgw.io/commit/2b9da7f)) + +### 📦 Build + +- Create two buckets one for images, other genral ([3b6c792](https://github.com/ashgw/ashgw.io/commit/3b6c792)) + +### ❤️ Contributors + +- AshGw ([@AshGw](http://github.com/AshGw)) + ## v1.79.0 [compare changes](https://github.com/ashgw/ashgw.io/compare/v1.77.0...v1.79.0) diff --git a/package.json b/package.json index f345eba2..40a729aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mysite", - "version": "1.79.0", + "version": "1.80.0", "private": true, "scripts": { "build": "next build", @@ -80,4 +80,4 @@ "tailwindcss-animate": "^1.0.7", "typed.js": "^2.1.0" } -} +} \ No newline at end of file