Skip to content

Commit

Permalink
REL: update for 1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sasaki77 committed Sep 16, 2022
1 parent 1ab6253 commit 8b582c6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Change Log
## 1.4.1 (2022-09-16)
### Bug fixes
- **Backend**: Go Backed is crashed when Archiver Appliance returns empty array response
- **Backend**: Backend may return duplicated pv data
- **Backend**: Alternative pattern doesn't work correctly

## 1.4.0 (2022-09-12)

### Enhancements
Expand Down
9 changes: 9 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Release Notes
## 1.4.1

**2022-09-16**

### Bug fixes
- **Backend**: Go Backed is crashed when Archiver Appliance returns empty array response
- **Backend**: Backend may return duplicated pv data
- **Backend**: Alternative pattern doesn't work correctly

## 1.4.0

**2022-09-12**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sasaki77-archiver-appliance",
"alerting": true,
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"description": "ArchiverAppliance",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8b582c6

Please sign in to comment.