From 637360f98fb710cb9db4b25635c4b6be275fbe3b Mon Sep 17 00:00:00 2001 From: Andrea Bonomi Date: Wed, 30 Nov 2022 21:39:47 +0000 Subject: [PATCH] Update version number and changelog --- airflow_code_editor/VERSION | 2 +- changelog.txt | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/airflow_code_editor/VERSION b/airflow_code_editor/VERSION index 21c8c7b..0ee843c 100644 --- a/airflow_code_editor/VERSION +++ b/airflow_code_editor/VERSION @@ -1 +1 @@ -7.1.1 +7.2.0 diff --git a/changelog.txt b/changelog.txt index db2816d..faf34d0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -434,3 +434,16 @@ ### Fix - Fix theme settings + +## 7.2.0 + +2022-11-30 + +### Added + +- Tabs +- Context menu + +### Changed + +- JavaScript dependencies update diff --git a/package.json b/package.json index 73e5dd7..6cb1a56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "airflow-code-editor", - "version": "7.1.1", + "version": "7.2.0", "description": "A plugin for [Apache Airflow](https://github.com/apache/airflow) that allows you to edit DAGs in browser. It provides a file managing interface within specified directories and it can be used to edit and download your files. If git support is enabled, the DAGs are stored in a Git repository. You may use it to view Git history, review local changes and commit.", "private": true, "repository": {