Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
chore(comment): release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimarimon committed Oct 1, 2023
1 parent 41d6a08 commit 51a3a14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/comment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## [next]
# 0.1.0 (2023-10-01)

Release of the first version of the package
4 changes: 2 additions & 2 deletions packages/comment/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
Expand Down

0 comments on commit 51a3a14

Please sign in to comment.