Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #295 from Polymer/pr-release/v0.12.0
Browse files Browse the repository at this point in the history
[RELEASE] v0.12.0
  • Loading branch information
FredKSchott authored Jun 28, 2016
2 parents 8ae1eaf + 581c758 commit 8460045
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## v0.12.0

- [email protected]
- [email protected]
- 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 8460045

Please sign in to comment.