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": {