Skip to content

Commit d961597

Browse files
committed
chore: changelog
1 parent 3272ca9 commit d961597

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1+
## 0.2.0
2+
- Bundle DCD
3+
- Support other architectures
4+
5+
## 0.1.1
6+
- Fix semver missing from the dependencies
7+
8+
19
## 0.1.0 - First Release
210
- Rewrote the dev code using serve-d

scripts/get-grammars.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { download, extract } from "gitly"
22
import { dirname, join } from "path"
33
import { remove, ensureDir, move } from "fs-extra"
4-
54
;(async function main() {
65
const source = await download("Pure-D/code-d")
76
const root = dirname(__dirname)

0 commit comments

Comments
 (0)