-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66a020a
commit 1f5af58
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## Unreleased - Breaking Changes | ||
|
||
## [1.1.0] - 2016-12-09 | ||
|
||
* Added `validate()` function, to validate that polymer.json contains valid paths. | ||
|
||
## [1.0.2] - 2016-09-23 | ||
|
||
* Add `package.json` metadata | ||
|
||
## [1.0.1] - 2016-09-23 | ||
|
||
* Add `.npmignore` | ||
|
||
## [1.0.0] - 2016-09-23 | ||
|
||
* Initial release! |