Skip to content

Commit

Permalink
[release] 20240716 (subquery#2489)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Jul 16, 2024
1 parent 00f8b55 commit 00a4057
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.8.2] - 2024-07-16
### Fixed
- Fix dockerfile missing set timezone to UTC (#2489)

## [4.8.1] - 2024-07-11
### Removed
- Unused type (#2484)
Expand Down Expand Up @@ -1255,7 +1259,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- bump @polkadot/api to 3.1.1

[Unreleased]: https://github.com/subquery/subql/compare/node/4.8.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/4.8.2...HEAD
[4.8.2]: https://github.com/subquery/subql/compare/node/4.8.1...node/4.8.2
[4.8.1]: https://github.com/subquery/subql/compare/node/4.8.0...node/4.8.1
[4.8.0]: https://github.com/subquery/subql/compare/node/4.7.1...node/4.8.0
[4.7.1]: https://github.com/subquery/subql/compare/node/4.7.0...node/4.7.1
Expand Down
2 changes: 1 addition & 1 deletion packages/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build stage
FROM node:18-alpine as builder

ENV TZ utc
# Set working directory
WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "4.8.1",
"version": "4.8.2",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down

0 comments on commit 00a4057

Please sign in to comment.