Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.0...v0.2.0) (2019-02-26)

### Features

* **config:** add an option to use "lazy-import" for the bundle ([22d7bb0](22d7bb0))
  • Loading branch information
semantic-release-bot committed Feb 26, 2019
1 parent 047d76b commit 5ebc3dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.2.0](https://github.com/BBVAEngineering/ember-cli-polymer-bundler/compare/v0.1.0...v0.2.0) (2019-02-26)


### Features

* **config:** add an option to use "lazy-import" for the bundle ([22d7bb0](https://github.com/BBVAEngineering/ember-cli-polymer-bundler/commit/22d7bb0))

# [0.1.0](https://github.com/BBVAEngineering/ember-cli-polymer-bundler/compare/v0.0.3...v0.1.0) (2019-02-06)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-polymer-bundler",
"version": "0.1.0",
"version": "0.2.0",
"description": "Allows you to use Polymer in your Ember application.",
"scripts": {
"build": "ember build",
Expand Down

0 comments on commit 5ebc3dd

Please sign in to comment.