From 06556253429b0eb2eab5a5ae12b6a9f3caba8119 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:35:06 +0000 Subject: [PATCH] chore(master): release 2.14.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32775f8..6a97a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.14.0](https://github.com/martapanc/martacodes.it/compare/v2.13.0...v2.14.0) (2024-12-13) + + +### Features + +* update link to blog in footer ([20fe77b](https://github.com/martapanc/martacodes.it/commit/20fe77be8ee3ca4c4ef990c9ab2e8c2c284f0f31)) + ## [2.13.0](https://github.com/martapanc/martacodes.it/compare/v2.12.0...v2.13.0) (2024-11-19) diff --git a/package.json b/package.json index ae7be17..fbbea88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "martacodes.it", - "version": "2.13.0", + "version": "2.14.0", "private": true, "scripts": { "dev": "next dev --port 3001",