From 2b2089d9ba48dbb384d294e4238889651483d646 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Mar 2024 16:27:28 +0000 Subject: [PATCH] chore(release): 1.12.0 [skip ci] # [1.12.0](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.11.0...v1.12.0) (2024-03-14) ### Features * adding missing i18n fields, new defaults ([9b19b6e](https://github.com/PhillipsAuctionHouse/seldon/commit/9b19b6e26d794551b82912e57763d377da58b823)) * changelog ([1940c3d](https://github.com/PhillipsAuctionHouse/seldon/commit/1940c3d29602f313249a86754477bf3166cf50c9)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c8f1cf..8340c9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.12.0](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.11.0...v1.12.0) (2024-03-14) + + +### Features + +* adding missing i18n fields, new defaults ([9b19b6e](https://github.com/PhillipsAuctionHouse/seldon/commit/9b19b6e26d794551b82912e57763d377da58b823)) +* changelog ([1940c3d](https://github.com/PhillipsAuctionHouse/seldon/commit/1940c3d29602f313249a86754477bf3166cf50c9)) + # [1.11.0](https://github.com/PhillipsAuctionHouse/seldon/compare/v1.10.0...v1.11.0) (2024-02-12) ### Bug Fixes diff --git a/package.json b/package.json index 6a486524..aeff1c66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phillips/seldon", - "version": "1.11.0", + "version": "1.12.0", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js",