diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 502f1d59d..689ce7e60 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -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 diff --git a/api/package-lock.json b/api/package-lock.json index 8625e0291..7b22cfa83 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "explorer-api", - "version": "3.3.0", + "version": "3.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "explorer-api", - "version": "3.3.0", + "version": "3.3.2", "license": "Apache-2.0", "dependencies": { "@google-cloud/logging-winston": "^5.3.0", diff --git a/api/package.json b/api/package.json index 21d40a038..fbc7a7ed4 100644 --- a/api/package.json +++ b/api/package.json @@ -1,7 +1,7 @@ { "name": "explorer-api", "description": "API for Tangle Explorer", - "version": "3.3.0", + "version": "3.3.2", "author": "Martyn Janes ", "repository": { "type": "git", diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 502f1d59d..d3010a6e4 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -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