diff --git a/packages/ts-template/CHANGELOG.md b/packages/ts-template/CHANGELOG.md new file mode 100644 index 0000000..6ea8b69 --- /dev/null +++ b/packages/ts-template/CHANGELOG.md @@ -0,0 +1,13 @@ + +# Changelog + +All notable changes to this project will be documented in this file. + + +## 0.1.0 (2024-10-21) + + +### ✨ Features + +- create typescript project template with yarn ([582a70b](https://github.com/Wroud/foundation/commit/582a70b)) + diff --git a/packages/ts-template/package.json b/packages/ts-template/package.json index 7ca3ad2..097f0dd 100644 --- a/packages/ts-template/package.json +++ b/packages/ts-template/package.json @@ -1,7 +1,7 @@ { "name": "@wroud/ts-template", "description": "", - "version": "0.0.0", + "version": "0.1.0", "packageManager": "yarn@4.5.0", "license": "MIT", "author": "Wroud",