From 24b3eaac2d7034b1d2b24abe31ad4a2903905019 Mon Sep 17 00:00:00 2001 From: Camille <25295489+Campalo@users.noreply.github.com> Date: Mon, 11 Sep 2023 17:16:01 +0200 Subject: [PATCH] Increase version and update changelog --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f93938a7..0990d377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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). ## [Unreleased] +## [0.50.0] - 2023-09-11 +## Removed & Renamed +- Removed `title, description, button, featuresToggleLabel, FeaturesGroups` from the `subscriptionPlans` query and the `SubscriptionPlan` type +- Renamed `subtitle`into `discountSubtitle` in the `subscriptionPlans` query and the `SubscriptionPlan` type + ## [0.49.0] - 2023-01-31 ## Added - Updated types in schema diff --git a/package.json b/package.json index 538b789b..bdd6f643 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kontist", - "version": "0.49.49", + "version": "0.50.0", "description": "Kontist client SDK", "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts",