Skip to content

Commit 9a87d67

Browse files
fix(copy-markdown): 🐛 set initial release version to 0.1.0
Use 0.1.0 instead of bumping to 2.0.0 from a major changeset on a 1.0.0 seed. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 6a2b4d8 commit 9a87d67

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

.changeset/copy-markdown-plugin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @gracefullight/docusaurus-plugin-copy-markdown
22

3-
## 1.0.0
3+
## 0.1.0
44

5-
### Major Changes
5+
### Minor Changes
66

7-
- Initial release: copy docs and blog source markdown to clipboard via a single button below the page title
7+
- Initial release: copy docs and blog source markdown to the clipboard with a single button below the page title.

packages/docusaurus-plugin-copy-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
"test": "vitest run"
3838
},
3939
"types": "./dist/index.d.ts",
40-
"version": "1.0.0"
40+
"version": "0.1.0"
4141
}

0 commit comments

Comments
 (0)