Skip to content

Commit da40913

Browse files
chore(main): release 1.0.0 (#1)
🤖 I have created a release *beep* *boop* --- ## 1.0.0 (2025-09-26) ### Features * improve release automation ([64583c7](64583c7)) --- 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 64583c7 commit da40913

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

12+
## 1.0.0 (2025-09-26)
13+
14+
15+
### Features
16+
17+
* improve release automation ([64583c7](https://github.com/CoderPush/coderchart/commit/64583c7e93e4e563b3d5eadfbeb94519d5c36a3c))
18+
1219
## 0.0.0 [2025.09.26]
1320

1421
- feat: initial

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": "0.0.0",
4+
"version": "1.0.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-
".": "0.0.0"
2+
".": "1.0.0"
33
}

0 commit comments

Comments
 (0)