From dfc2dfe227355f47386cbdcc2fb8baefac1e9f52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:46:18 +0900 Subject: [PATCH] Version Packages (#4) Co-authored-by: github-actions[bot] --- .changeset/swift-carrots-beam.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/swift-carrots-beam.md diff --git a/.changeset/swift-carrots-beam.md b/.changeset/swift-carrots-beam.md deleted file mode 100644 index d867cb3..0000000 --- a/.changeset/swift-carrots-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fraci": patch ---- - -Updated package description. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1951ba2..be87656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # fraci +## 0.4.1 + +### Patch Changes + +- 8eb6ae7: Updated package description. + ## 0.4.0 ### Minor Changes diff --git a/package.json b/package.json index 432b869..495a837 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fraci", - "version": "0.4.0", + "version": "0.4.1", "description": "A comprehensive library for fractional indexing, offering a strongly typed API and seamless Prisma integration.", "author": "SegaraRai", "license": "MIT",