From 460e9d4c58c0cdfc14fc58cfaa3201638df4c3de Mon Sep 17 00:00:00 2001 From: Artem Date: Thu, 9 Nov 2023 17:16:24 +0200 Subject: [PATCH] changelog and version bump --- CHANGELOG.md | 8 ++++++++ packages/atlas/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6348522c0..0e04b759af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.13.1] - 2023-11-09 + +### Fixed + +- Minor markup fixes on referrals page +- Fixed issue with YPP landing page carousel +- Fixed user logs + ## [4.13.0] - 2023-11-08 ### Added diff --git a/packages/atlas/package.json b/packages/atlas/package.json index e53083a68d..e5c43bd095 100644 --- a/packages/atlas/package.json +++ b/packages/atlas/package.json @@ -1,7 +1,7 @@ { "name": "@joystream/atlas", "description": "UI for consuming Joystream - a user governed video platform", - "version": "4.13.0", + "version": "4.13.1", "license": "GPL-3.0", "scripts": { "start": "vite",