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",