Skip to content

Commit 184151b

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.2.2...v4.0.0) (2019-05-27) ### Bug Fixes * **package:** update @adobe/parcel-plugin-htl to version 2.1.10 ([d0b1f3a](d0b1f3a)) ### BREAKING CHANGES * **package:** due to XSS fixes in the htlengine, injecting the DOM now needs `@ context='unsafe'`. otherwise src and href attrbitues are removed.
1 parent aabb48f commit 184151b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [4.0.0](https://github.com/adobe/helix-cli/compare/v3.2.2...v4.0.0) (2019-05-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **package:** update @adobe/parcel-plugin-htl to version 2.1.10 ([d0b1f3a](https://github.com/adobe/helix-cli/commit/d0b1f3a))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **package:** due to XSS fixes in the htlengine, injecting the DOM now needs `@ context='unsafe'`.
12+
otherwise src and href attrbitues are removed.
13+
114
## [3.2.2](https://github.com/adobe/helix-cli/compare/v3.2.1...v3.2.2) (2019-05-22)
215

316

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-cli",
3-
"version": "3.2.2",
3+
"version": "4.0.0",
44
"description": "Project Helix CLI",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)