Skip to content

Commit

Permalink
Merge pull request #97 from ar-io/release-v1.3.0
Browse files Browse the repository at this point in the history
chore: bump version and add changelog
  • Loading branch information
kunstmusik authored Oct 21, 2024
2 parents e885b9f + 252b8d0 commit e91d131
Show file tree
Hide file tree
Showing 3 changed files with 611 additions and 457 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] - 2024-10-21

### Added

* New Dashboard home page that visualizes data for the state of the gateway network

## [1.2.0] - 2024-10-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ar-io/network-portal",
"private": true,
"version": "1.2.0",
"version": "1.3.0",
"type": "module",
"scripts": {
"build": "yarn clean && tsc --build tsconfig.build.json && NODE_OPTIONS=--max-old-space-size=32768 vite build",
Expand Down
Loading

0 comments on commit e91d131

Please sign in to comment.