From 3242721496a43a54603de8518ea84e640b1fba06 Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Wed, 27 Nov 2024 15:39:51 +0100 Subject: [PATCH] chore: Release 1.0.5 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8b5689..9e2fb39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.0.5](https://github.com/RedTurtle/io-sanita-theme/compare/1.0.4...1.0.5) (2024-11-27) + +### Bug Fixes + +* breadcrumbs ssr rewrite ([7127cc9](https://github.com/RedTurtle/io-sanita-theme/commit/7127cc926b3be860bc4f7704747fc4593685c9b5)) + ## [1.0.4](https://github.com/RedTurtle/io-sanita-theme/compare/1.0.3...1.0.4) (2024-11-26) ## [1.0.3](https://github.com/RedTurtle/io-sanita-theme/compare/1.0.2...1.0.3) (2024-11-26) diff --git a/package.json b/package.json index da04e82..d5a6d0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-sanita-theme", - "version": "1.0.4", + "version": "1.0.5", "description": "io-sanita-theme: Volto add-on", "main": "src/index.js", "license": "MIT",