Skip to content

Commit

Permalink
馃搩 docs: Update docs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed May 14, 2024
1 parent 29fbb49 commit 203e85e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@
<dependency>
<groupId>com.caoccao.javet</groupId>
<artifactId>swc4j</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</dependency>
```

```kotlin
// Gradle Kotlin DSL
implementation("com.caoccao.javet:swc4j:0.6.0")
implementation("com.caoccao.javet:swc4j:0.7.0")
```

```groovy
// Gradle Groovy DSL
implementation 'com.caoccao.javet:swc4j:0.6.0'
implementation 'com.caoccao.javet:swc4j:0.7.0'
```

### Transpile
Expand Down
1 change: 0 additions & 1 deletion docs/features/ast_visitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,3 @@ The following AST nodes are supported.
| | | TsTypeQuery | |
| | | TsTypeRef | |
| | | TsUnionType | |

1 change: 1 addition & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Added module function checker
* Added single statement checker
* Added statement list checker
* Fix span for BindingIdent

## 0.6.0

Expand Down
2 changes: 1 addition & 1 deletion scripts/ts/change_swc4j_version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ class ChangeSwc4jVersion {
}
}

const changeSwc4jVersion = new ChangeSwc4jVersion('0.6.0', '0.7.0');
const changeSwc4jVersion = new ChangeSwc4jVersion('0.7.0', '0.7.0');
changeSwc4jVersion.change()

0 comments on commit 203e85e

Please sign in to comment.