Skip to content

Commit

Permalink
Increase version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Campalo committed Sep 11, 2023
1 parent b7e975d commit 24b3eaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 24b3eaa

Please sign in to comment.