Skip to content

Commit 11660fa

Browse files
committed
chore(release): 0.57.0
1 parent 41a8130 commit 11660fa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ jobs:
3030

3131
- name: Build debug
3232
if: matrix.config.kind == 'test_debug'
33-
run: cargo build --verbose
33+
run: cargo build
3434
- name: Test debug
3535
if: matrix.config.kind == 'test_debug'
36-
run: cargo test --verbose
36+
run: cargo test
3737

3838
- name: Build release
3939
if: matrix.config.kind == 'test_release'
40-
run: cargo build --target wasm32-unknown-unknown --features "wasm" --release --verbose
40+
run: cargo build --target wasm32-unknown-unknown --features "wasm" --release
4141
- name: Test release
4242
if: matrix.config.kind == 'test_release'
43-
run: cargo test --release --verbose
43+
run: cargo test --release
4444

4545
- name: Get tag version
4646
if: matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/')

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint-plugin-typescript"
3-
version = "0.56.2"
3+
version = "0.57.0"
44
authors = ["David Sherret <[email protected]>"]
55
edition = "2018"
66
homepage = "https://github.com/dprint/dprint-plugin-typescript"

0 commit comments

Comments
 (0)