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

Commit

Permalink
chore: release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimarimon committed Aug 11, 2023
1 parent 6b3dc0b commit 435e6cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
security-events: write
strategy:
matrix:
node-version: [ 16.x, 18.x ]
node-version: [ 16.x, 18.x, 20.x ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/jordimarimon/ts-ast-parser/issues"
},
"engines": {
"node": "^16.0.0 || ^18.0.0",
"node": "^16.0.0 || ^18.0.0 || ^20.0.0",
"npm": "^8.0.0 || ^9.0.0"
},
"scripts": {
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.4.0 (2023-08-11)

### Features

Expand Down
4 changes: 2 additions & 2 deletions 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.3.2",
"version": "0.4.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 Expand Up @@ -35,7 +35,7 @@
"README.md"
],
"engines": {
"node": "^16.0.0 || ^18.0.0"
"node": "^16.0.0 || ^18.0.0 || ^20.0.0"
},
"dependencies": {
"@typescript/vfs": "^1.5.0",
Expand Down

0 comments on commit 435e6cb

Please sign in to comment.