diff --git a/packages/comment/CHANGELOG.md b/packages/comment/CHANGELOG.md index 03745d53..982bba1c 100644 --- a/packages/comment/CHANGELOG.md +++ b/packages/comment/CHANGELOG.md @@ -1,3 +1,3 @@ -## [next] +# 0.1.0 (2023-10-01) Release of the first version of the package diff --git a/packages/comment/package.json b/packages/comment/package.json index b15befc4..eb24dcea 100644 --- a/packages/comment/package.json +++ b/packages/comment/package.json @@ -1,6 +1,6 @@ { "name": "@ts-ast-parser/comment", - "version": "0.0.0", + "version": "0.1.0", "author": "Jordi Marimon Palarea", "description": "Parses documentation comments", "homepage": "https://jordimarimon.github.io/ts-ast-parser", @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/jordimarimon/ts-ast-parser.git", + "url": "git+https://github.com/jordimarimon/ts-ast-parser.git", "directory": "packages/comment" }, "bugs": { diff --git a/packages/core/package.json b/packages/core/package.json index 36861953..83f1b547 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/jordimarimon/ts-ast-parser.git", + "url": "git+https://github.com/jordimarimon/ts-ast-parser.git", "directory": "packages/core" }, "bugs": { @@ -38,7 +38,7 @@ "node": "^16.0.0 || ^18.0.0 || ^20.0.0" }, "dependencies": { - "@ts-ast-parser/comment": "0.0.0", + "@ts-ast-parser/comment": "0.1.0", "globby": "^13.2.2", "package-json-type": "^1.0.3", "tslib": "^2.6.1"