Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

Commit 9bde8c6

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.6...v1.1.0) (2019-03-21) ### Bug Fixes * **pipeline:** Fix off-by-one error in pipeline extensibility ([89ea8f5](89ea8f5)) ### Features * **pipeline:** Add advanced extensibility support ([7aa691b](7aa691b)) * **pipeline:** Introduced explicit, named extension points ([461d3f6](461d3f6))
1 parent bd49dd3 commit 9bde8c6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.1.0](https://github.com/adobe/helix-pipeline/compare/v1.0.6...v1.1.0) (2019-03-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **pipeline:** Fix off-by-one error in pipeline extensibility ([89ea8f5](https://github.com/adobe/helix-pipeline/commit/89ea8f5))
7+
8+
9+
### Features
10+
11+
* **pipeline:** Add advanced extensibility support ([7aa691b](https://github.com/adobe/helix-pipeline/commit/7aa691b))
12+
* **pipeline:** Introduced explicit, named extension points ([461d3f6](https://github.com/adobe/helix-pipeline/commit/461d3f6))
13+
114
## [1.0.6](https://github.com/adobe/helix-pipeline/compare/v1.0.5...v1.0.6) (2019-03-20)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/helix-pipeline",
3-
"version": "1.0.6",
3+
"version": "1.1.0",
44
"description": "",
55
"repository": "https://github.com/adobe/helix-pipeline",
66
"main": "index.js",

0 commit comments

Comments
 (0)