Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 26, 2021
1 parent 3272ca9 commit d961597
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
## 0.2.0
- Bundle DCD
- Support other architectures

## 0.1.1
- Fix semver missing from the dependencies


## 0.1.0 - First Release
- Rewrote the dev code using serve-d
1 change: 0 additions & 1 deletion scripts/get-grammars.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { download, extract } from "gitly"
import { dirname, join } from "path"
import { remove, ensureDir, move } from "fs-extra"

;(async function main() {
const source = await download("Pure-D/code-d")
const root = dirname(__dirname)
Expand Down

0 comments on commit d961597

Please sign in to comment.