We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df66a73 + 3ee440e commit bab934dCopy full SHA for bab934d
4 files changed
packages/cli/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @objectdocs/cli
2
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
11
## 0.2.0
12
13
### Minor Changes
packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@objectdocs/cli",
- "version": "0.2.0",
+ "version": "0.2.1",
"type": "module",
"bin": {
"objectdocs": "./bin/cli.mjs"
packages/site/CHANGELOG.md
@@ -1,5 +1,11 @@
# @objectdocs/site
packages/site/package.json
"name": "@objectdocs/site",
"scripts": {
"dev": "next dev",
"build": "next build",
0 commit comments