Skip to content

Commit

Permalink
Update version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Bonomi committed Dec 4, 2021
1 parent af74bac commit 3368e33
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airflow_code_editor/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.2
5.1.3
2 changes: 1 addition & 1 deletion airflow_code_editor/static/airflow_code_editor.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,13 @@
### Fix

- Fix directories items number

2020-12-04

### Changed

- CodeMirror upgrade

### Fix

- Fix empty files list
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "airflow-code-editor",
"version": "5.1.2",
"version": "5.1.3",
"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": {
Expand Down

0 comments on commit 3368e33

Please sign in to comment.