diff --git a/docs/releases/v2.4.4.md b/docs/releases/v2.4.4.md new file mode 100644 index 0000000000000000000000000000000000000000..184c33ef099225d7e22b99a0f69f7b94c0dc9a33 --- /dev/null +++ b/docs/releases/v2.4.4.md @@ -0,0 +1,5 @@ +# v2.4.4 + +## Bugfixes + +- Fix version of connectivity web component diff --git a/package.json b/package.json index 97d32137d07bb3921c82ab547f87d1c00554ce3f..1cde4f63b995109b4f4158ee6ef9a22e0a24652f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interactive-viewer", - "version": "2.4.3", + "version": "2.4.4", "description": "HBP interactive atlas viewer. Integrating KG query, dataset previews & more. Based on humanbrainproject/nehuba & google/neuroglancer. Built with angular", "scripts": { "build-aot": "PRODUCTION=true GIT_HASH=`node -e 'console.log(require(\"./package.json\").version)'` webpack --config ./webpack/webpack.aot.js && node ./third_party/matomo/processMatomo.js",