Skip to content

Commit

Permalink
Prepare 2.0.1 release. (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks authored May 17, 2018
1 parent db439e1 commit 8ebbbdd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## [Unreleased]
<!-- ## [Unreleased] -->

## [2.0.1] - 2018-05-16
- A warning is no longer emitted when a computed property does not have
a property `type` set.
- The missing `type` warning is now a `console.warn` instead of a
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "polymer-decorators",
"homepage": "https://github.com/Polymer/polymer-decorators",
"version": "2.0.0",
"version": "2.0.1",
"authors": [
"The Polymer Project Authors"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymer/decorators",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"description": "TypeScript decorators for Polymer 2.0",
"main": "lib/decorators.js",
Expand Down

0 comments on commit 8ebbbdd

Please sign in to comment.