Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Mar 11, 2020
1 parent 9abd6e6 commit 0508e2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.0
* Remove `.withParent()`.
* Reduce repeated dictionary access, up to ~10% faster.

## 1.0.0
* Initial release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dash-ast",
"description": "walk an AST, quickly",
"version": "1.0.0",
"version": "2.0.0",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/goto-bus-stop/dash-ast/issues"
Expand Down

0 comments on commit 0508e2e

Please sign in to comment.