Skip to content

Commit

Permalink
chore: v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed Oct 21, 2021
1 parent f61bec7 commit 1b4a568
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions lib/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @astrojs/compiler

## 0.2.6

### Patch Changes

- fix small issue with `preprocessStyle` handling of `null` or `undefined`

## 0.2.5

### Patch Changes
Expand Down
Binary file modified lib/compiler/deno/astro.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrojs/compiler",
"type": "module",
"version": "0.2.5",
"version": "0.2.6",
"scripts": {
"build": "tsc -p ."
},
Expand Down

0 comments on commit 1b4a568

Please sign in to comment.