diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..26f2d38 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2024-11-29) + + +### Features + +* initial commit ([1759cd3](https://github.com/chenasraf/github-repos-astro-loader/commit/1759cd35e09ee2fb803f7d1a24b45c337d693251)) diff --git a/package.json b/package.json index eb08759..6ad3c40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-repos-astro-loader", - "version": "0.1.0", + "version": "1.0.0", "description": "An Astro loader to fetch GitHub repositories for use as content in Astro websites", "author": "Chen Asraf ", "license": "MIT",