Skip to content

Commit

Permalink
Merge pull request #154 from sasaki77/release-1.6.0
Browse files Browse the repository at this point in the history
REL: update for 1.6.0 release
  • Loading branch information
sasaki77 authored Aug 23, 2023
2 parents 59d6b91 + 6a65c2f commit aad397f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Change Log
## 1.6.0 (2023-08-23)

### Enhancements
- (Alpha) add the Live feature
- Fix to use local time for index array format

### Bug fixes
- **Frontend**: disable extrapolation in index array

## 1.5.1 (2023-05-15)

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

**2023-08-23**

### Enhancements
- (Alpha) add the Live feature
- Fix to use local time for index array format

### Bug fixes
- **Frontend**: disable extrapolation in index array

## 1.5.1

**2023-05-15**
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.5.1",
"version": "1.6.0",
"description": "ArchiverAppliance",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit aad397f

Please sign in to comment.