From 1ca4c9ca3c34d72103738103a310de844a273e54 Mon Sep 17 00:00:00 2001 From: Cherkashin Alexander Date: Sun, 8 Jan 2023 19:43:41 +0300 Subject: [PATCH] Update version --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cbfe84..81ea8e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to Yandex.Music extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.12.0] - 2023-01-08 + +### Changed + +- Move YandexMusicApi to separate [package](https://www.npmjs.com/package/yandex-music-client?activeTab=readme) generated based on [Open API schema](https://github.com/acherkashin/yandex-music-open-api) + ## [0.11.2] - 2022-12-11 ### Fixed diff --git a/package.json b/package.json index bf5bf27..24fd11f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/acherkashin/yandex-music-extension" }, "description": "Enjoy listening to YandexMusic right in your favorite code editor", - "version": "0.11.2", + "version": "0.12.0", "preview": true, "engines": { "vscode": "^1.53.0"