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 Apr 16, 2022
1 parent 861830a commit 6c44084
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion airflow_code_editor/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.0
5.2.1
2 changes: 1 addition & 1 deletion airflow_code_editor/static/airflow_code_editor.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,12 @@
### Changed

- splitpanes upgrade

## 5.2.1

2022-04-16

### Changed

- upgrade axios from 0.26.0 to 0.26.1
- upgrade minimist from 1.2.5 to 1.2.6
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.0",
"version": "5.2.1",
"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 6c44084

Please sign in to comment.