Skip to content

Commit b3e1246

Browse files
committed
chore(release): 0.32.0
1 parent aa29785 commit b3e1246

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.github/workflows/ci.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,28 @@ jobs:
6666
with:
6767
files: |
6868
target/wasm32-unknown-unknown/release/typescript-${{ steps.get_tag_version.outputs.TAG_VERSION }}.wasm
69+
body: |
70+
## Install
71+
72+
In *.dprintrc.json*:
73+
74+
1. Specify the plugin url in the `"plugins"` array:
75+
```jsonc
76+
{
77+
// etc...
78+
"plugins": [
79+
"https://plugins.dprint.dev/typescript-${{ steps.get_tag_version.outputs.TAG_VERSION }}.wasm"
80+
]
81+
}
82+
```
83+
2. Ensure `.{ts,tsx,js,jsx,mjs}` file extensions are matched in an `"includes"` pattern.
84+
3. Add a `"typescript"` configuration property if desired.
85+
```jsonc
86+
{
87+
// ...etc...
88+
"typescript": {
89+
// TypeScript & JavaScript config goes here
90+
}
91+
}
92+
```
6993
draft: true

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "dprint-plugin-typescript"
33
description = "TypeScript code formatting plugin for dprint."
44
keywords = ["formatting", "formatter", "typescript"]
5-
version = "0.31.3"
5+
version = "0.32.0"
66
authors = ["David Sherret <[email protected]>"]
77
edition = "2018"
88
license = "MIT"

0 commit comments

Comments
 (0)