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.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.3.0](v0.2.0...v0.3.0) (2019-03-21)

### Bug Fixes

* **bundler:** continue writing files if a key is undefined ([2f48bf5](2f48bf5))
* **index:** load polyfills before bundle ([7f68f5f](7f68f5f))
* **package:** use proper version of babel ([b1c5c93](b1c5c93))

### Features

* allow to build the bundle using polymer build ([492669c](492669c))
* **writer:** write all imports in a file ([d1de669](d1de669))
* add option to minify and transpile the bundle ([34f06a3](34f06a3))
  • Loading branch information
semantic-release-bot committed Mar 21, 2019
1 parent 62c3371 commit 3a55c38
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [0.3.0](https://github.com/BBVAEngineering/ember-cli-polymer-bundler/compare/v0.2.0...v0.3.0) (2019-03-21)


### Bug Fixes

* **bundler:** continue writing files if a key is undefined ([2f48bf5](https://github.com/BBVAEngineering/ember-cli-polymer-bundler/commit/2f48bf5))
* **index:** load polyfills before bundle ([7f68f5f](https://github.com/BBVAEngineering/ember-cli-polymer-bundler/commit/7f68f5f))
* **package:** use proper version of babel ([b1c5c93](https://github.com/BBVAEngineering/ember-cli-polymer-bundler/commit/b1c5c93))


### Features

* allow to build the bundle using polymer build ([492669c](https://github.com/BBVAEngineering/ember-cli-polymer-bundler/commit/492669c))
* **writer:** write all imports in a file ([d1de669](https://github.com/BBVAEngineering/ember-cli-polymer-bundler/commit/d1de669))
* add option to minify and transpile the bundle ([34f06a3](https://github.com/BBVAEngineering/ember-cli-polymer-bundler/commit/34f06a3))

# [0.2.0](https://github.com/BBVAEngineering/ember-cli-polymer-bundler/compare/v0.1.0...v0.2.0) (2019-02-26)


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.2.0",
"version": "0.3.0",
"description": "Allows you to use Polymer in your Ember application.",
"scripts": {
"build": "ember build",
Expand Down

0 comments on commit 3a55c38

Please sign in to comment.