From c5a6951a4ee7afe9c946a4c5902dddb98099085f Mon Sep 17 00:00:00 2001 From: Piotr Suwala Date: Wed, 5 Jun 2024 09:57:18 +0200 Subject: [PATCH] feat(lib): revert wrong version --- .pubnub.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.pubnub.yml b/.pubnub.yml index 6d05eaa..c6fdd45 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -11,11 +11,14 @@ changelog: changes: - type: feature text: "Extend "filter" property for getMemberships." - - date: 2024-06-05 + - date: 2024-22-05 version: v0.7.0 changes: - type: feature - text: "Extend "filter" property for getMemberships." - date: 2024-05-22 + text: "Update JS SDK to 8.2.0." + - type: feature + text: "Remove look behind regexes for old Safari compatibility." + - date: 2024-05-22 version: v0.6.2 changes: - type: bug