diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index df8d6774c..5a30b89fb 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -1,3 +1,10 @@ +### [2.0.3](https://github.com/researchdata-sheffield/dataviz-hub2/compare/v2.0.2...v2.0.3) (2022-05-24) + + +### 🔨 Build/Dependencies + +* **deps:** update dependencies and add webhook ([fd91dd3](https://github.com/researchdata-sheffield/dataviz-hub2/commit/fd91dd3a2081b7ed01f3b23d1dc56f56a910c9fb)) + ### [2.0.2](https://github.com/researchdata-sheffield/dataviz-hub2/compare/v2.0.1...v2.0.2) (2022-05-18) diff --git a/package-lock.json b/package-lock.json index c2c0b0193..51a519151 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "datavizhub-tuos", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "datavizhub-tuos", - "version": "2.0.2", + "version": "2.0.3", "dependencies": { "@ant-design/charts": "^1.3.6", "@ant-design/plots": "^1.0.9", diff --git a/package.json b/package.json index 0925b0570..70a10297e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "datavizhub-tuos", "private": true, "description": "Promoting and building community around data visualisation at the University of Sheffield", - "version": "2.0.2", + "version": "2.0.3", "author": "Yu Liang Weng ", "scripts": { "format": "prettier --write \"**/*.{js,jsx,json,md}\"",