Skip to content

Commit

Permalink
chore: Bump api version to 3.3.2 + Update CHANGELOGS
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Nov 24, 2023
1 parent d34d49c commit d46fc52
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
9 changes: 9 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v3.3.2

* Updated npm dependencies
* Fixed issue with backend performance degrading over time on higher traffic

## v3.3.0

* Migrated to iota-sdk as base library for startdust networks

## v3.2.0

* Add Token distribution Stats
Expand Down
4 changes: 2 additions & 2 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "explorer-api",
"description": "API for Tangle Explorer",
"version": "3.3.0",
"version": "3.3.2",
"author": "Martyn Janes <[email protected]>",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v3.3.2

* Migrate to vite bundler

## v3.3.0

* Migrate to iota-sdk/wasm as base library for stardust networks

## v3.2.0

* Add Token distribution Stats
Expand Down

0 comments on commit d46fc52

Please sign in to comment.