From 7d97a5fec850f37a01df8c25a24c01da9b9e6ffe Mon Sep 17 00:00:00 2001 From: Benjamin Van Treese Date: Mon, 27 Apr 2020 11:56:55 -0500 Subject: [PATCH] version --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3620d92..604420c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ +## 0.3.0 (2020-04-27) + +* Lots of cleanup, fix some rewrite rules, better example ([146751b](https://github.com/dropecho/langgen/commit/146751b)) + + + ## 0.2.0 (2020-04-27) * Improving docs ([4eb8d82](https://github.com/dropecho/langgen/commit/4eb8d82)) * Lots of tweaks ([2649028](https://github.com/dropecho/langgen/commit/2649028)) +* Release 0.2.0 ([e8304e1](https://github.com/dropecho/langgen/commit/e8304e1)) * Update README.md ([d7005c3](https://github.com/dropecho/langgen/commit/d7005c3)) +* version ([5fbcd08](https://github.com/dropecho/langgen/commit/5fbcd08)) diff --git a/package.json b/package.json index 161ec9d..ecc152d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dropecho/langgen", - "version": "0.2.0", + "version": "0.3.0", "description": "", "author": "vantreeseba ", "repository": "github:dropecho/langgen",