From 924bd30acd72acdffbccb80428fc153780ab53bf Mon Sep 17 00:00:00 2001 From: Andrea Bonomi Date: Wed, 9 Feb 2022 14:27:17 +0100 Subject: [PATCH] Update version number and changelog --- airflow_code_editor/VERSION | 2 +- changelog.txt | 11 +++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/airflow_code_editor/VERSION b/airflow_code_editor/VERSION index 76e9e61..220d8e0 100644 --- a/airflow_code_editor/VERSION +++ b/airflow_code_editor/VERSION @@ -1 +1 @@ -5.1.4 +5.1.5 diff --git a/changelog.txt b/changelog.txt index 77606cc..3d932ee 100644 --- a/changelog.txt +++ b/changelog.txt @@ -315,3 +315,14 @@ ### Changed - CodeMirror upgrade + +## 5.1.5 + +2022-02-09 + +### Changed + +- axios upgrade + +### Changed +- CodeMirror upgrade diff --git a/package.json b/package.json index dea5d9e..45e3905 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "airflow-code-editor", - "version": "5.1.4", + "version": "5.1.5", "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, "directories": {