From 6f25d9a5774ede326f5ac946452ebceeb04ae954 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 06:27:32 +0000 Subject: [PATCH] chore(main): release 3.2.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f79ab0fc..51b04ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.2.0](https://github.com/theodorusclarence/theodorusclarence.com/compare/v3.1.0...v3.2.0) (2023-02-12) + + +### Features + +* **blog:** add quote to 2022-retrospective ([8cd1c50](https://github.com/theodorusclarence/theodorusclarence.com/commit/8cd1c501272e9043ef2430f860f3612b856c0493)) +* **blog:** typo in nextjs-fetch-method ([a61a470](https://github.com/theodorusclarence/theodorusclarence.com/commit/a61a470138ed9fcb2220e3c2d6a8499332ac79f8)) +* update SubscribeCard to substack ([0b9a7d1](https://github.com/theodorusclarence/theodorusclarence.com/commit/0b9a7d10a3ef7cc8afb3d4c3487ce251c6e62d44)) +* use env for umami ([a0be831](https://github.com/theodorusclarence/theodorusclarence.com/commit/a0be8311e3fbc8cb774eb2c9d995c9990d49b9d0)) + ## [3.1.0](https://github.com/theodorusclarence/theodorusclarence.com/compare/v3.0.0...v3.1.0) (2023-01-01) diff --git a/package.json b/package.json index 0bc2f31d..f0a2f5f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "theodorusclarence.com", - "version": "3.1.0", + "version": "3.2.0", "private": true, "scripts": { "dev": "next dev",