diff --git a/.changeset/huge-times-throw.md b/.changeset/huge-times-throw.md deleted file mode 100644 index c005d9c..0000000 --- a/.changeset/huge-times-throw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kettu-studio/gitdb": minor ---- - -Initial version of package diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e4d4759 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# @kettu-studio/gitdb + +## 0.2.0 + +### Minor Changes + +- bb011c0: Initial version of package diff --git a/package.json b/package.json index 8669f1c..8a06308 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kettu-studio/gitdb", - "version": "0.1.0", + "version": "0.2.0", "description": "GitDB is a lightweight, fast, and simple Git-based database for Node.js. It allows you to store and retrieve data in a Git repository, making it easy to version control your data.", "license": "MIT", "author": "kettu",