diff --git a/.changeset/gold-adults-join.md b/.changeset/gold-adults-join.md deleted file mode 100644 index 29adeaa..0000000 --- a/.changeset/gold-adults-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-trpc": patch ---- - -trigger first release (second trial) diff --git a/.changeset/strong-eagles-decide.md b/.changeset/strong-eagles-decide.md deleted file mode 100644 index 15994ea..0000000 --- a/.changeset/strong-eagles-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-trpc": patch ---- - -trigger initial release diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6fe1ddd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# astro-trpc + +## 0.3.2 + +### Patch Changes + +- [`478071c`](https://github.com/MoustaphaDev/astro-trpc/commit/478071cd57b6ad5e8c17e6942195d341037e49f7) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - trigger first release (second trial) + +- [`f7d42b4`](https://github.com/MoustaphaDev/astro-trpc/commit/f7d42b46babea27100cd3a7a0eb4895f349d4588) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - trigger initial release diff --git a/package.json b/package.json index cdcee3b..3b54312 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-trpc", - "version": "0.3.1", + "version": "0.3.2", "description": "Astro tRPC - End-to-end typesafe APIs in Astro wesbites made easy", "license": "MIT", "main": "./dist/index.js",