Skip to content

Commit 5d629fb

Browse files
authored
Merge pull request #207 from sasaki77/release-2.1.2
REL: update for 2.1.2 release
2 parents 70aec2d + 93643a2 commit 5d629fb

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 2.1.2 (2025-10-27)
4+
5+
### Bug fixes
6+
- **Frontend**: Show an error when the plugin fails to fetch streaming data
7+
38
## 2.1.1 (2025-10-26)
49

510
### Bug fixes

docs/releases.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Release Notes
2+
## 2.1.2
3+
4+
**2025-10-27**
5+
6+
### Bug fixes
7+
- **Frontend**: Show an error when the plugin fails to fetch streaming data
8+
29
## 2.1.1
310

411
**2025-10-26**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sasaki77-archiver-appliance",
33
"alerting": true,
44
"private": true,
5-
"version": "2.1.1",
5+
"version": "2.1.2",
66
"description": "ArchiverAppliance",
77
"main": "index.js",
88
"scripts": {

0 commit comments

Comments
 (0)