Skip to content

Commit bab934d

Browse files
authored
Merge pull request #24 from objectstack-ai/copilot/release-new-version-another-one
2 parents df66a73 + 3ee440e commit bab934d

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.1
4+
5+
### Patch Changes
6+
7+
- Bug fixes and improvements for ObjectDocs
8+
- Updated dependencies
9+
- @objectdocs/site@0.2.1
10+
311
## 0.2.0
412

513
### Minor 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.0",
3+
"version": "0.2.1",
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.1
4+
5+
### Patch Changes
6+
7+
- Bug fixes and improvements for ObjectDocs
8+
39
## 0.2.0
410

511
### Minor 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.0",
3+
"version": "0.2.1",
44
"scripts": {
55
"dev": "next dev",
66
"build": "next build",

0 commit comments

Comments
 (0)