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

Commit

Permalink
chore(core): release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimarimon committed Oct 1, 2023
1 parent 51a3a14 commit 95ae568
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"ts:build": "tsc --build packages/*/tsconfig.json",
"ts:reset": "rm -rf ./packages/*/.tsbuildinfo",
"ts:clear": "rm -rf ./packages/*/dist",
"publish": "npm publish --access public --workspaces",
"test": "vitest run --config vitest.config.ts",
"test:update": "UPDATE_SNAPSHOTS=true vitest run --config vitest.config.ts",
"coverage": "vitest run --coverage --config vitest.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [next]
# 0.6.0 (2023-10-01)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-ast-parser/core",
"version": "0.5.0",
"version": "0.6.0",
"author": "Jordi Marimon Palarea",
"description": "Reflects a simplified version of the TypeScript AST for generating documentation",
"homepage": "https://jordimarimon.github.io/ts-ast-parser",
Expand Down

0 comments on commit 95ae568

Please sign in to comment.