Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jan 19, 2016
1 parent 5cbd279 commit c16bbd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0 (January 19, 2016)

- Use parser, traslator and walker from `csso`

## 1.0.5 (January 19, 2016)

- Store all scope declarations in `declarations` property of scope
Expand All @@ -6,6 +10,6 @@

- Improve `html` parsing

## 1.0 (July 23, 2015)
## 1.0.0 (July 23, 2015)

- Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basisjs-tools-ast",
"version": "1.0.5",
"version": "1.1.0",
"description": "Tool set for basisjs-tools to work with various types of AST",
"homepage": "https://github.com/basisjs/basisjs-tools-ast",
"author": "Roman Dvornov <[email protected]>",
Expand Down

0 comments on commit c16bbd1

Please sign in to comment.