From b58373ee6652fca142c584bd01d9f92135a698ed Mon Sep 17 00:00:00 2001 From: release-bot Date: Tue, 22 Nov 2022 16:30:26 +0000 Subject: [PATCH] chore: publish [skip build] - @farfetch/blackout-core@1.74.0 --- packages/core/CHANGELOG.md | 12 ++++++++++++ packages/core/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8a6f24eb1..e0d4221e6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.74.0](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-core@1.73.2...@farfetch/blackout-core@1.74.0) (2022-11-22) + + +### Features + +* **core:** add user and guestUser benefits endpoints ([cb6067d](https://github.com/Farfetch/blackout/commit/cb6067dfad27300c792adde5f323e33702c8eda0)) +* **core:** update seo metadata endpoint ([59eb80b](https://github.com/Farfetch/blackout/commit/59eb80b2ba264099b6f3a71a08442cf101b439c2)) + + + + + ## [1.73.2](https://github.com/Farfetch/blackout/compare/@farfetch/blackout-core@1.73.1...@farfetch/blackout-core@1.73.2) (2022-11-15) diff --git a/packages/core/package.json b/packages/core/package.json index 3bb6a0c62..8e14f946f 100755 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/blackout-core", - "version": "1.73.2", + "version": "1.74.0", "description": "Clients to connect to the Farfetch Platform Solutions' services and modules to manage the application data layer and global state", "license": "MIT", "main": "src/index.js",