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.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.1.0](v0.0.3...v0.1.0) (2019-02-06)

### Features

* **bundler:** allow to config autoprefixer options ([ba1a38a](ba1a38a))
* **bundler:** allows to apply autoprefixer to the output ([b510136](b510136))
  • Loading branch information
semantic-release-bot committed Feb 6, 2019
1 parent 7412ccf commit 6c470a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.1.0](https://github.com/BBVAEngineering/ember-cli-polymer-bundler/compare/v0.0.3...v0.1.0) (2019-02-06)


### Features

* **bundler:** allow to config autoprefixer options ([ba1a38a](https://github.com/BBVAEngineering/ember-cli-polymer-bundler/commit/ba1a38a))
* **bundler:** allows to apply autoprefixer to the output ([b510136](https://github.com/BBVAEngineering/ember-cli-polymer-bundler/commit/b510136))

## [0.0.3](https://github.com/BBVAEngineering/ember-cli-polymer-bundler/compare/v0.0.2...v0.0.3) (2019-02-04)


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

0 comments on commit 6c470a4

Please sign in to comment.