diff --git a/CHANGELOG.md b/CHANGELOG.md index 4287ca8..5d9c490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,12 @@ -# \ No newline at end of file +# +## v0.0.1 + + +### 🚀 Enhancements + +- Documentation and initial project structure ([8e5319c](https://github.com/figureland/media-tools/commit/8e5319c)) + +### ❤️ Contributors + +- Toby Milner-Gulland + diff --git a/package.json b/package.json index 4487ac8..d51c79e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@figureland/media-tools", - "version": "0.0.0", + "version": "0.0.1", "main": "src/index.ts", "types": "src/index.ts", "type": "module",