From 95e860a62f578a272841b6f4f2eb02b7a0708962 Mon Sep 17 00:00:00 2001 From: Quitterie Lucas Date: Tue, 3 May 2022 15:45:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(minor)=20bump=20release=20to=200.5?= =?UTF-8?q?.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed: - Fix aggregation of unique (complete) views on video ids --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- src/plugins/package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adfccfd..0b722c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ## [Unreleased] +## [0.5.1] - 2022-05-04 + +## Fixed + +- Fix aggregation of unique (complete) views on video ids + ## [0.5.0] - 2022-04-22 ### Removed diff --git a/VERSION b/VERSION index 8f0916f..4b9fcbe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.5.1 diff --git a/src/plugins/package.json b/src/plugins/package.json index 50fd736..cc5e8cc 100644 --- a/src/plugins/package.json +++ b/src/plugins/package.json @@ -1,6 +1,6 @@ { "name": "potsie-plugins", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "author": "GIP FUN MOOC", "engines": {