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

Commit 7f36ee0

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.3...v1.5.0) (2020-05-25) ### Bug Fixes * **run-query.js:** fix url pattern code ([5406c14](5406c14)), closes [#44](#44) * **run-query.js:** pass rev ([2b3a12f](2b3a12f)), closes [#44](#44) * **run-query.js:** wrap extract logic in try/catch ([cf3afd6](cf3afd6)), closes [#44](#44) ### Features * **run-query.js:** adds helix-run-query support ([8e30131](8e30131)), closes [#9](#9)
1 parent af87a92 commit 7f36ee0

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.5.0](https://github.com/adobe/helix-data-embed/compare/v1.4.3...v1.5.0) (2020-05-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **run-query.js:** fix url pattern code ([5406c14](https://github.com/adobe/helix-data-embed/commit/5406c14f19e9c42ee24c2661d35355ad8adbdc5d)), closes [#44](https://github.com/adobe/helix-data-embed/issues/44)
7+
* **run-query.js:** pass rev ([2b3a12f](https://github.com/adobe/helix-data-embed/commit/2b3a12f842032a6b131cc108cce815f5b386a4b5)), closes [#44](https://github.com/adobe/helix-data-embed/issues/44)
8+
* **run-query.js:** wrap extract logic in try/catch ([cf3afd6](https://github.com/adobe/helix-data-embed/commit/cf3afd6d592989b310bf0e503496b29026942011)), closes [#44](https://github.com/adobe/helix-data-embed/issues/44)
9+
10+
11+
### Features
12+
13+
* **run-query.js:** adds helix-run-query support ([8e30131](https://github.com/adobe/helix-data-embed/commit/8e301315abb45ff4fccb00781b316b8898028542)), closes [#9](https://github.com/adobe/helix-data-embed/issues/9)
14+
115
## [1.4.3](https://github.com/adobe/helix-data-embed/compare/v1.4.2...v1.4.3) (2020-05-20)
216

317

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-data-embed",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"private": true,
55
"description": "Helix Data Embed",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)