diff --git a/packages/row/CHANGELOG.md b/packages/row/CHANGELOG.md new file mode 100644 index 00000000..e5b1155f --- /dev/null +++ b/packages/row/CHANGELOG.md @@ -0,0 +1,9 @@ +# @jsx-email/row ChangeLog + +## v1.0.0 + +_2023-09-26_ + +### Breaking Changes + +- chore!: initial release (c4fb5d9) \ No newline at end of file diff --git a/packages/row/package.json b/packages/row/package.json index 0743ef5c..2c994ce3 100644 --- a/packages/row/package.json +++ b/packages/row/package.json @@ -1,6 +1,6 @@ { "name": "@jsx-email/row", - "version": "0.0.0", + "version": "1.0.0", "publishConfig": { "access": "public" },