diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index 0181d8d0..008eda6f 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -1,3 +1,11 @@ +### [1.11.13](https://github.com/yld-weng/dataviz-hub2-test/compare/v1.11.12...v1.11.13) (2022-01-17) + + +### 🔧 Continuous Integration + +* remove gh token ([72daad2](https://github.com/yld-weng/dataviz-hub2-test/commit/72daad2319b6b67b069c8d2ac1f25aca90145e59)) +* use built-in TOKEN ([d4f835d](https://github.com/yld-weng/dataviz-hub2-test/commit/d4f835d028824d34d115ff213fab878ccd21e71c)) + ### [1.11.12](https://github.com/yld-weng/dataviz-hub2-test/compare/v1.11.11...v1.11.12) (2022-01-17) diff --git a/package-lock.json b/package-lock.json index 5ccae083..77029b93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "datavizhub-tuos", - "version": "1.11.12", + "version": "1.11.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "datavizhub-tuos", - "version": "1.11.12", + "version": "1.11.13", "dependencies": { "@ant-design/charts": "^1.2.14", "@mdx-js/mdx": "^1.6.22", diff --git a/package.json b/package.json index 5d459788..329f9dda 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": "1.11.12", + "version": "1.11.13", "author": "Yu Liang Weng ", "scripts": { "format": "prettier --write \"**/*.{js,jsx,json,md}\"",