Skip to content

Commit 637360f

Browse files
committed
Update version number and changelog
1 parent 05d3c9d commit 637360f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

airflow_code_editor/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.1
1+
7.2.0

changelog.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,3 +434,16 @@
434434
### Fix
435435

436436
- Fix theme settings
437+
438+
## 7.2.0
439+
440+
2022-11-30
441+
442+
### Added
443+
444+
- Tabs
445+
- Context menu
446+
447+
### Changed
448+
449+
- JavaScript dependencies update

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airflow-code-editor",
3-
"version": "7.1.1",
3+
"version": "7.2.0",
44
"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.",
55
"private": true,
66
"repository": {

0 commit comments

Comments
 (0)