From 4f5109f3ab5f391a7909ed9e8c950f5caa387745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20B=C3=BChler?= Date: Sun, 5 Nov 2023 11:32:35 +0000 Subject: [PATCH] chore(release): 5.5.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0997f4a..69151e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [5.5.0](https://github.com/openscript-ch/gatsby-plugin-i18n-l10n/compare/v5.4.0...v5.5.0) (2023-11-05) + + +### 🚀 Features + +* add page blacklist ([5025a21](https://github.com/openscript-ch/gatsby-plugin-i18n-l10n/commit/5025a21dd0855e0b40e578b55c161ff388eb0434)) + ## [5.4.0](https://github.com/openscript-ch/gatsby-plugin-i18n-l10n/compare/v5.3.0...v5.4.0) (2023-06-02) diff --git a/package-lock.json b/package-lock.json index 71c8088..0394ada 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gatsby-plugin-i18n-l10n", - "version": "5.4.0", + "version": "5.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gatsby-plugin-i18n-l10n", - "version": "5.4.0", + "version": "5.5.0", "license": "MIT", "dependencies": { "limax": "^4.1.0", diff --git a/package.json b/package.json index 03c9c35..a12ee18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-i18n-l10n", - "version": "5.4.0", + "version": "5.5.0", "description": "Providing i18n and l10n to Gatsby with react-intl. Besides translating pages and labels, you can also translate the slugs and paths and still link between translated sibling pages.", "keywords": [ "gatsby",