Skip to content

Commit

Permalink
Prepare 0.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Sep 28, 2017
1 parent dfad4e9 commit 0e11db5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## [Unreleased]

## [0.1.1] - 2017-09-28
- Metadata Reflection polyfill is no longer a bower dependency.

## [0.1.0] - 2017-09-27
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": "0.1.0",
"version": "0.1.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": "0.1.0",
"version": "0.1.1",
"description": "TypeScript decorators for Polymer 2.0",
"main": "lib/decorators.js",
"types": "lib/decorators.d.ts",
Expand Down

0 comments on commit 0e11db5

Please sign in to comment.