Skip to content

Commit 765032d

Browse files
Copilothuangyiirene
andcommitted
Version Packages - Bump to 0.2.2
Co-authored-by: huangyiirene <[email protected]>
1 parent 25cb8b2 commit 765032d

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @objectdocs/cli
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- Updated README documentation with corrected configuration file names and enhanced Quick Start section
8+
- Updated dependencies
9+
- @objectdocs/site@0.2.2
10+
311
## 0.2.1
412

513
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectdocs/cli",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"type": "module",
55
"bin": {
66
"objectdocs": "./bin/cli.mjs"

packages/site/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- Updated README documentation with corrected configuration file names and enhanced Quick Start section
8+
39
## 0.2.1
410

511
### Patch Changes

packages/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectdocs/site",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"scripts": {
55
"dev": "next dev",
66
"build": "next build",

0 commit comments

Comments
 (0)