Skip to content

Commit e906c12

Browse files
chore: version packages (#358)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dc417ac commit e906c12

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/calm-deer-wave.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.3.1
4+
5+
### Patch Changes
6+
7+
- [#357](https://github.com/wevm/vocs/pull/357) [`dc417ac`](https://github.com/wevm/vocs/commit/dc417ac51d256459a40e1188120def0070a20a36) Thanks [@tmm](https://github.com/tmm)! - Added handling for "Failed to fetch dynamically imported module" errors, which can be caused by version skew.
8+
39
## 1.3.0
410

511
### Minor Changes

src/package.json

Lines changed: 1 addition & 1 deletion
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.3.0",
4+
"version": "1.3.1",
55
"type": "module",
66
"bin": {
77
"vocs": "./_lib/cli/index.js"

0 commit comments

Comments
 (0)