diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e45503..22cd52b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [5.2.1] - 2023-06-19 +### Fixing +- Returning version for themes didn't work when publishing ## [5.1.1] - 2023-06-15 ### Changed diff --git a/package.json b/package.json index 12b9318..9982247 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-plotly.js", - "version": "5.1.1", + "version": "5.2.1", "license": "MIT", "scripts": { "ng": "ng", diff --git a/projects/plotly/package.json b/projects/plotly/package.json index bed8ca7..ff322b8 100644 --- a/projects/plotly/package.json +++ b/projects/plotly/package.json @@ -1,6 +1,6 @@ { "name": "angular-plotly.js", - "version": "5.1.1", + "version": "5.2.1", "license": "MIT", "peerDependencies": { "@angular/common": ">=15.0.0",