From 1ca74fade4056a1d9c1e8467b90f416e72ff7634 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Sep 2024 15:00:03 +0000 Subject: [PATCH] chore(release): 9.6.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [9.6.0](https://github.com/kubosho/blog.kubosho.com/compare/v9.5.0...v9.6.0) (2024-09-19) ### ✨ Features * **OpenGraphProtocol:** add og:locale data ([0eea699](https://github.com/kubosho/blog.kubosho.com/commit/0eea69934f9daee709b8ccb93c62a4b4569dbf81)) * **BlogShell:** remove unused component ([97040c6](https://github.com/kubosho/blog.kubosho.com/commit/97040c6c2a1c39d79c2a4f04c3669cfa3a047c6d)) ### 🐛 Bug Fixes * fix incorrect OGP data ([2f872f5](https://github.com/kubosho/blog.kubosho.com/commit/2f872f5c72051165ed2ef2a18e0a038ceaadb137)) ### 📚 Some changes * **constants:** remove unnecessary path ([9240a17](https://github.com/kubosho/blog.kubosho.com/commit/9240a173079ba38cd451770de29e50e413804b05)) --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2708c492a..abaef6491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [9.6.0](https://github.com/kubosho/blog.kubosho.com/compare/v9.5.0...v9.6.0) (2024-09-19) + +### ✨ Features + +* **OpenGraphProtocol:** add og:locale data ([0eea699](https://github.com/kubosho/blog.kubosho.com/commit/0eea69934f9daee709b8ccb93c62a4b4569dbf81)) +* **BlogShell:** remove unused component ([97040c6](https://github.com/kubosho/blog.kubosho.com/commit/97040c6c2a1c39d79c2a4f04c3669cfa3a047c6d)) + +### 🐛 Bug Fixes + +* fix incorrect OGP data ([2f872f5](https://github.com/kubosho/blog.kubosho.com/commit/2f872f5c72051165ed2ef2a18e0a038ceaadb137)) + +### 📚 Some changes + +* **constants:** remove unnecessary path ([9240a17](https://github.com/kubosho/blog.kubosho.com/commit/9240a173079ba38cd451770de29e50e413804b05)) + ## [9.5.0](https://github.com/kubosho/blog.kubosho.com/compare/v9.4.1...v9.5.0) (2024-09-19) ### ✨ Features diff --git a/package-lock.json b/package-lock.json index 78d04c902..18f635379 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "blog-kubosho-com", - "version": "9.5.0", + "version": "9.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "blog-kubosho-com", - "version": "9.5.0", + "version": "9.6.0", "license": "MIT", "dependencies": { "@astrojs/cloudflare": "^11.0.4", diff --git a/package.json b/package.json index db28c2b11..6a5c0619a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blog-kubosho-com", - "version": "9.5.0", + "version": "9.6.0", "license": "MIT", "private": true, "scripts": {