diff --git a/README.md b/README.md index 55f9f02f..82baada5 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,10 @@ define( 'TYK_FORCE_DISABLE_BOOTSTRAP', false ); // do not include bootstrap sty ## Changelog +### Version 1.4 + +* Update chart.js to a stable version + ### Version 1.3 * Add terms and condition checkbox for policies with the tag `requires_tac` diff --git a/package.json b/package.json index 6e23a65f..0624d9da 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "homepage": "https://github.com/liip/wp-tyk-dev-portal#readme", "dependencies": { "bootstrap": "^3.3.7", - "chart.js": "^2.3.0", + "chart.js": "^2.9.4", "underscore": "^1.8.3", "vue": "^2.0.1" }