diff --git a/CHANGELOG.md b/CHANGELOG.md index b779df3..7434d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ Summary 5. version timestamp follow the yyyy.MM.dd format ``` +## [1.2.0](https://github.com/CoderPush/coderchart/compare/v1.1.0...v1.2.0) (2025-10-02) + + +### Features + +* Add export dropdown for diagram downloads ([#11](https://github.com/CoderPush/coderchart/issues/11)) ([0945256](https://github.com/CoderPush/coderchart/commit/0945256426dacbd0adcb484c54a3af1a1c8d277e)) + ## [1.1.0](https://github.com/CoderPush/coderchart/compare/v1.0.0...v1.1.0) (2025-09-29) diff --git a/package.json b/package.json index 5d825bf..344aeaf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coderchart", "displayName": "coderchart", - "version": "1.1.0", + "version": "1.2.0", "author": "harley", "description": "Chrome extension that auto-renders Mermaid diagrams on ChatGPT with inline downloads.", "type": "module", diff --git a/release-please-manifest.json b/release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" }