Skip to content
This repository has been archived by the owner on Feb 28, 2022. 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.12.1...v2.0.0) (2019-05-16)

### Bug Fixes

* **pipe:** Do not filter out non-functions before running the pipeline ([083d902](083d902))

### Features

* **pipe:** Simplify pipeline step executor ([2cbfe58](2cbfe58)), closes [#228](#228) [#223](#223)

### BREAKING CHANGES

* **pipe:** return value from pipeline functions are no longer merged into the context

NOTE: Most of the functional changes live in src/pipeline.js;
most other changes are just refactoring the rest of the code
base to utilize the changes there.
  • Loading branch information
semantic-release-bot committed May 16, 2019
1 parent 4ec24c1 commit 0ee79bc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [2.0.0](https://github.com/adobe/helix-pipeline/compare/v1.12.1...v2.0.0) (2019-05-16)


### Bug Fixes

* **pipe:** Do not filter out non-functions before running the pipeline ([083d902](https://github.com/adobe/helix-pipeline/commit/083d902))


### Features

* **pipe:** Simplify pipeline step executor ([2cbfe58](https://github.com/adobe/helix-pipeline/commit/2cbfe58)), closes [#228](https://github.com/adobe/helix-pipeline/issues/228) [#223](https://github.com/adobe/helix-pipeline/issues/223)


### BREAKING CHANGES

* **pipe:** return value from pipeline functions are no longer merged into the context

NOTE: Most of the functional changes live in src/pipeline.js;
most other changes are just refactoring the rest of the code
base to utilize the changes there.

## [1.12.1](https://github.com/adobe/helix-pipeline/compare/v1.12.0...v1.12.1) (2019-05-14)


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": "@adobe/helix-pipeline",
"version": "1.12.1",
"version": "2.0.0",
"description": "",
"repository": "https://github.com/adobe/helix-pipeline",
"main": "index.js",
Expand Down

0 comments on commit 0ee79bc

Please sign in to comment.