Skip to content

Commit caebce1

Browse files
chore(main): release 1.1.0 (#3)
🤖 I have created a release *beep* *boop* --- ## [1.1.0](v1.0.0...v1.1.0) (2025-09-29) ### Features * Add copy-to-clipboard fix prompt to Mermaid error notice ([#2](#2)) ([7fb5785](7fb5785)) * add diagram/code toggles for Mermaid blocks ([#7](#7)) ([90c460f](90c460f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 90c460f commit caebce1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Summary
99
5. version timestamp follow the yyyy.MM.dd format
1010
```
1111

12+
## [1.1.0](https://github.com/CoderPush/coderchart/compare/v1.0.0...v1.1.0) (2025-09-29)
13+
14+
15+
### Features
16+
17+
* Add copy-to-clipboard fix prompt to Mermaid error notice ([#2](https://github.com/CoderPush/coderchart/issues/2)) ([7fb5785](https://github.com/CoderPush/coderchart/commit/7fb57851b6767cf83e5e338c51c5d9afa6862efa))
18+
* add diagram/code toggles for Mermaid blocks ([#7](https://github.com/CoderPush/coderchart/issues/7)) ([90c460f](https://github.com/CoderPush/coderchart/commit/90c460f65f5efe95c28cc4ce57b9d105606e5517))
19+
1220
## 1.0.0 (2025-09-26)
1321

1422

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "coderchart",
33
"displayName": "coderchart",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"author": "harley",
66
"description": "Chrome extension that auto-renders Mermaid diagrams on ChatGPT with inline downloads.",
77
"type": "module",

release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.1.0"
33
}

0 commit comments

Comments
 (0)