Skip to content

Commit ed299b6

Browse files
committed
0.67.0
1 parent 9db9636 commit ed299b6

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@ jobs:
8080
if: matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/') && github.repository == 'dprint/dprint-plugin-typescript'
8181
run: cargo login ${{ secrets.CRATES_TOKEN }}
8282

83-
# manually doing this until swc is updated with string-cache https://github.com/servo/string-cache/pull/254
84-
#- name: Cargo publish
85-
# if: matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/') && github.repository == 'dprint/dprint-plugin-typescript'
86-
# run: cargo publish
83+
- name: Cargo publish
84+
if: matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/') && github.repository == 'dprint/dprint-plugin-typescript'
85+
run: cargo publish
8786

8887
# GITHUB RELEASE
8988
- name: Pre-release

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint-plugin-typescript"
3-
version = "0.66.0"
3+
version = "0.67.0"
44
authors = ["David Sherret <[email protected]>"]
55
edition = "2021"
66
homepage = "https://github.com/dprint/dprint-plugin-typescript"

0 commit comments

Comments
 (0)