From 8e594587481ce705853d238e33af68acfaa302a3 Mon Sep 17 00:00:00 2001 From: Simon Boudrias Date: Wed, 23 Dec 2015 11:12:18 -0800 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 341cf55..c32104c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ast-query", - "version": "1.0.1", + "version": "1.1.0", "description": "Declarative JavaScript AST modification façade", "main": "lib/tree.js", "author": "Simon Boudrias ",