From c259b539f07664aee36d3064a9c808eb7c9f0e83 Mon Sep 17 00:00:00 2001 From: LasaleFamine Date: Fri, 2 Mar 2018 00:05:04 +0100 Subject: [PATCH] chore(release): 0.0.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..342cfe7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + +## 0.0.1 (2018-03-01) + + +### Features + +* **build:** added build command ([c12c125](https://github.com/PolymerX/polymerx-cli/commit/c12c125)) +* **test:** start adding tests for watch with puppeteer ([0decd1a](https://github.com/PolymerX/polymerx-cli/commit/0decd1a)) diff --git a/package.json b/package.json index 1d67fe3..4e5b29d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polymerx-cli", - "version": "0.0.0", + "version": "0.0.1", "description": "Unlock the power of Polymer 3, Web Components and modern web tools.", "license": "MIT", "repository": "PolymerX/polymerx-cli",