Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Dec 27, 2021
1 parent 95d630d commit f8dd4ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.1.0 - December 27, 2021

- Fix loading typescript compiler
- Fix using `css` option
- Fix using post css
- Fix using optional chaining
- Fix HMR bugs

## 1.0.2 - April 21, 2021

- Add missing `@babel/parser` dependency
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'zodern:melte-compiler',
version: '1.0.3-beta.2',
version: '1.1.0',
summary: 'Compiler used by zodern:melte',
git: 'https://github.com/zodern/melte-compiler.git',
documentation: 'README.md'
Expand Down

0 comments on commit f8dd4ba

Please sign in to comment.