Skip to content

Commit de4a665

Browse files
committed
Update version number and changelog
1 parent f0f1915 commit de4a665

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

airflow_code_editor/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.2.1
1+
8.2.2

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,3 +509,9 @@
509509
## Fix
510510

511511
- Fix accessing to an S3 mount
512+
513+
## [8.2.2] - 2026-03-04
514+
515+
## Fix
516+
517+
- Disable listings cache for URL-like paths

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": "8.2.1",
3+
"version": "8.2.2",
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)