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

Commit 8460045

Browse files
authored
Merge pull request #295 from Polymer/pr-release/v0.12.0
[RELEASE] v0.12.0
2 parents 8ae1eaf + 581c758 commit 8460045

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## v0.12.0
4+
5+
- gulp-typings@2.0.0
6+
- github@1.1.0
7+
- Update command-line-* suite of dependency, refactor to accomodate
8+
- Refactor init command to be more easily testable, reduce startup times
9+
- Catch exception thrown by findup when finding gulpfiles
10+
- Add input linting argument, and fix major bug with paths
11+
- init: Don’t crash when a package.json is present with no name
12+
- Speed up start time, move last of the commands to load their dependencies at runtime
13+
- Add demo and description for element template (#229)
14+
- specify the sync interface when searching templates for package.json
15+
- Removes unneccesary liftoff dependency
16+
- Add update-notify to notify users when their cli is out of date
17+
- Add tests for init command

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polymer-cli",
3-
"version": "0.11.1",
3+
"version": "0.12.0",
44
"description": "A commandline tool for Polymer projects",
55
"main": "lib/polymer-cli.js",
66
"engines": {

0 commit comments

Comments
 (0)