diff --git a/CHANGELOG.md b/CHANGELOG.md index 56eb8f0..ba6675c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [1.4.0-staging](https://github.com/ndau/blockchain-explorer/compare/v1.3.0-staging...v1.4.0-staging) (2022-10-06) + + +### Features + +* add basic bookmark ([b38aa40](https://github.com/ndau/blockchain-explorer/commit/b38aa40cb31acd76c057119f2d1d490b04c429f2)) +* add bookmark functionality ([c739f44](https://github.com/ndau/blockchain-explorer/commit/c739f442e0842590ef77158e1fc4487e87323a8e)) +* add bookmark functionality ([4f5c54a](https://github.com/ndau/blockchain-explorer/commit/4f5c54ae2e47ddcfd927ad9607d1672fa542055d)) +* add bookmark functionality ([1386e56](https://github.com/ndau/blockchain-explorer/commit/1386e5638d2775877e64f4f5961adc48279175ea)) + + +### Bug Fixes + +* added ndau nodes endpoint ([8f4c6ac](https://github.com/ndau/blockchain-explorer/commit/8f4c6accca5fa465b6369ed01433b1b575d57649)) +* fix account transaction not filtering by type ([7e6b2f9](https://github.com/ndau/blockchain-explorer/commit/7e6b2f9b49ad9a6d1b6b09312ba08ca515f8db1c)) +* fix loading spinner not showing on filter ([7e6b2f9](https://github.com/ndau/blockchain-explorer/commit/7e6b2f9b49ad9a6d1b6b09312ba08ca515f8db1c)) +* fix navbar width ([ce84bd7](https://github.com/ndau/blockchain-explorer/commit/ce84bd7ca204db5b17495e5317ee44a519d16cda)) +* fixes in login functionality ([2a61349](https://github.com/ndau/blockchain-explorer/commit/2a61349d507746981122c55b71184eb60f1eb3f3)) +* update about us link and loginpage text ([1090ad5](https://github.com/ndau/blockchain-explorer/commit/1090ad538b56f53063b0c20d0c7d148092c0fa5d)) + + +### Performance Improvements + +* improve performance in login flow ([2a61349](https://github.com/ndau/blockchain-explorer/commit/2a61349d507746981122c55b71184eb60f1eb3f3)) + ## [1.3.0-staging](https://github.com/ndau/blockchain-explorer/compare/v1.2.0-staging...v1.3.0-staging) (2022-07-29) diff --git a/package-lock.json b/package-lock.json index 7db8d88..4fa7e06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "blockchain-explorer", - "version": "1.3.0-staging", + "version": "1.4.0-staging", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "blockchain-explorer", - "version": "1.3.0-staging", + "version": "1.4.0-staging", "dependencies": { "axios": "^0.27.2", "cors": "^2.8.5", diff --git a/package.json b/package.json index d036fae..22d7605 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockchain-explorer", - "version": "1.3.0-staging", + "version": "1.4.0-staging", "private": true, "dependencies": { "axios": "^0.27.2",