Skip to content

Commit

Permalink
chore: create new release (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 12, 2024
1 parent 2e50688 commit 503ad5e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-meals-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-moles-allow.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# stackspulse

## 0.5.0

### Minor Changes

- 2e50688: Migrate the Top protocol query to use the stacks-blockchain-api database. It is now required to have a stacks node and API running for Stackspulse.

### Patch Changes

- 2e50688: Make weekly users cron job route use the new protocol users API.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ primary_region = 'sjc'

[build]
# Comment next line to deploy the app from source code
image = "ghcr.io/pradel/stackspulse:0.4.0"
image = "ghcr.io/pradel/stackspulse:0.5.0"

[[mounts]]
source = 'data'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stackspulse",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 503ad5e

Please sign in to comment.