diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..377f367 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,2 @@ +## [0.0.4-alpha.0](https://github.com/hacxy/create-defts/compare/v0.0.3...v0.0.4-alpha.0) (2025-01-15) + diff --git a/package.json b/package.json index 0315743..98f05c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-defts", "type": "module", - "version": "0.0.3", + "version": "0.0.4-alpha.0", "description": "Create a project using TypeScript as the default language.", "author": { "name": "hacxy", diff --git a/templates/cli-unbuild/package.json b/templates/cli-unbuild/package.json index 0483d7d..d2be304 100644 --- a/templates/cli-unbuild/package.json +++ b/templates/cli-unbuild/package.json @@ -43,7 +43,7 @@ "lint-staged": "^15.2.11", "simple-git-hooks": "^2.11.1", "typescript": "^5.7.2", - "unbuild": "^2.0.0", + "unbuild": "^3.3.1", "vitest": "^2.1.8" }, "simple-git-hooks": {