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

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2019-02-14)

### Features

* **plugin:** use broccoli-persistent-filter ([4e79362](4e79362))

### BREAKING CHANGES

* **plugin:** Allow to persist files in disk
  • Loading branch information
semantic-release-bot committed Feb 14, 2019
1 parent 1f4c01c commit 844beef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/BBVAEngineering/broccoli-thumbnail/compare/v1.0.0...v2.0.0) (2019-02-14)


### Features

* **plugin:** use broccoli-persistent-filter ([4e79362](https://github.com/BBVAEngineering/broccoli-thumbnail/commit/4e79362))


### BREAKING CHANGES

* **plugin:** Allow to persist files in disk

# 1.0.0 (2018-12-27)


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": "broccoli-thumbnail",
"version": "1.0.0",
"version": "2.0.0",
"description": "Copy and resizes images given an input tree",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 844beef

Please sign in to comment.