diff --git a/.changeset/initial-changeset.md b/.changeset/initial-changeset.md deleted file mode 100644 index 60a07d9..0000000 --- a/.changeset/initial-changeset.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tutorial-quest": patch ---- - -Testing Changeset Tooling - removed duplicates diff --git a/.changeset/ninety-hats-help.md b/.changeset/ninety-hats-help.md deleted file mode 100644 index 4cc26ef..0000000 --- a/.changeset/ninety-hats-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tutorial-quest": patch ---- - -testing changesets github action diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ae5c1a5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# tutorial-quest + +## 0.0.2 +### Patch Changes + +- 50d8fb6: Testing Changeset Tooling - removed duplicates +- 9e76e58: testing changesets github action diff --git a/package.json b/package.json index 7f9329e..ef66cd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tutorial-quest", - "version": "0.0.1", + "version": "0.0.2", "description": "Find Target 🎯 Communicate 📡 Raid ⚔️ Push Code 🎉", "repository": "https://github.com/OpenSourceRaidGuild/tutorial-quest", "homepage": "https://tutorial-quest.vercel.app/docs/en/tutorial-quest",