Skip to content

Commit

Permalink
chore(release): 6.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.5.0](v6.4.1...v6.5.0) (2024-02-09)

### Bug Fixes

* allow static html with selectors ([#510](#510)) ([91e20a1](91e20a1)), closes [#481](#481)

### Features

* remove source-location surrogate key ([049caf0](049caf0))
  • Loading branch information
semantic-release-bot committed Feb 9, 2024
1 parent 9fd7b6d commit db819df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [6.5.0](https://github.com/adobe/helix-html-pipeline/compare/v6.4.1...v6.5.0) (2024-02-09)


### Bug Fixes

* allow static html with selectors ([#510](https://github.com/adobe/helix-html-pipeline/issues/510)) ([91e20a1](https://github.com/adobe/helix-html-pipeline/commit/91e20a19ec4bfbdbfe80b6ee78b256a7ebc208d1)), closes [#481](https://github.com/adobe/helix-html-pipeline/issues/481)


### Features

* remove source-location surrogate key ([049caf0](https://github.com/adobe/helix-html-pipeline/commit/049caf059530ca11025a3f4b6c9ca50db0e13122))

## [6.4.1](https://github.com/adobe/helix-html-pipeline/compare/v6.4.0...v6.4.1) (2024-02-08)


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-html-pipeline",
"version": "6.4.1",
"version": "6.5.0",
"description": "Helix HTML Pipeline",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit db819df

Please sign in to comment.