Skip to content

Commit

Permalink
updated: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Jan 27, 2019
1 parent 9de6843 commit 14dc7be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Compiler Changes

### v4.0.0-alpha.8
- Enhance the source map generation
- Improve performance
- Update npm dependencies

### v4.0.0-alpha.7
- Add support for the scoped css
- Update the Tag bindings output to support dynamic tags
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@riotjs/compiler",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "Compiler for riot .tag files",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 14dc7be

Please sign in to comment.