From 4e4ac8011179325b586b1e468cfa32643ed43e58 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Tue, 28 Jun 2016 11:02:32 -0700 Subject: [PATCH 1/2] v0.12.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c29d674..f930bc02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polymer-cli", - "version": "0.11.1", + "version": "0.12.0", "description": "A commandline tool for Polymer projects", "main": "lib/polymer-cli.js", "engines": { From 581c7587747568f37df8900a894ba87bfc59b697 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Tue, 28 Jun 2016 11:12:03 -0700 Subject: [PATCH 2/2] create release changelog entry --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..6d0e8068 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## v0.12.0 + +- gulp-typings@2.0.0 +- github@1.1.0 +- Update command-line-* suite of dependency, refactor to accomodate +- Refactor init command to be more easily testable, reduce startup times +- Catch exception thrown by findup when finding gulpfiles +- Add input linting argument, and fix major bug with paths +- init: Don’t crash when a package.json is present with no name +- Speed up start time, move last of the commands to load their dependencies at runtime +- Add demo and description for element template (#229) +- specify the sync interface when searching templates for package.json +- Removes unneccesary liftoff dependency +- Add update-notify to notify users when their cli is out of date +- Add tests for init command