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 24, 2024
1 parent c13cfc3 commit b1282f7
Show file tree
Hide file tree
Showing 4 changed files with 6 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.7.0</version>
<version>0.8.0</version>
</dependency>
```

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

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

### Transpile
Expand Down
1 change: 1 addition & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Added `replaceNode()` to `ISwc4jAst`
* Added coercion to primitive AST types
* Added experimental JsFuck decoder
* Added plugin ES2015 transform spread

## 0.7.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.7.0', '0.8.0');
const changeSwc4jVersion = new ChangeSwc4jVersion('0.8.0', '0.8.0');
changeSwc4jVersion.change()
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Manifest-Version: 1.0
Automatic-Module-Name: com.caoccao.javet
Automatic-Module-Name: com.caoccao.javet.swc4j

0 comments on commit b1282f7

Please sign in to comment.