Skip to content

Commit 1e3048c

Browse files
chore: version package (#271)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb70911 commit 1e3048c

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

.changeset/long-spies-heal.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vocs
22

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- [#270](https://github.com/wevm/vocs/pull/270) [`eb7091119f5badd6276b8a0630540906e6e685d7`](https://github.com/wevm/vocs/commit/eb7091119f5badd6276b8a0630540906e6e685d7) Thanks [@jxom](https://github.com/jxom)! - Added AI call-to-action dropdown.
8+
39
## 1.0.6
410

511
### Patch Changes

src/package.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vocs",
33
"description": "React Documentation Generator, powered by Vite.",
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"type": "module",
66
"bin": {
77
"vocs": "./_lib/cli/index.js"
@@ -95,12 +95,23 @@
9595
"license": "MIT",
9696
"homepage": "https://vocs.dev",
9797
"repository": "wevm/vocs",
98-
"authors": ["awkweb.eth", "jxom.eth"],
98+
"authors": [
99+
"awkweb.eth",
100+
"jxom.eth"
101+
],
99102
"funding": [
100103
{
101104
"type": "github",
102105
"url": "https://github.com/sponsors/wevm"
103106
}
104107
],
105-
"keywords": ["react", "static", "docs", "generator", "vite", "documentation", "mdx"]
108+
"keywords": [
109+
"react",
110+
"static",
111+
"docs",
112+
"generator",
113+
"vite",
114+
"documentation",
115+
"mdx"
116+
]
106117
}

0 commit comments

Comments
 (0)