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

Commit 43d5d32

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.1...v1.2.0) (2020-04-01) ### Features * **embed:** add google sheets matcher to default config ([89cdaa9](89cdaa9)), closes [#7](#7) * **google:** add support for google sheets ([d7959dd](d7959dd)), closes [#7](#7) * **google:** catch errors in google spreadsheet retrieval ([f8d619a](f8d619a)) * **google:** check for google spreadsheet URL patterns ([84168d9](84168d9))
1 parent a34e88e commit 43d5d32

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.2.0](https://github.com/adobe/helix-data-embed/compare/v1.1.1...v1.2.0) (2020-04-01)
2+
3+
4+
### Features
5+
6+
* **embed:** add google sheets matcher to default config ([89cdaa9](https://github.com/adobe/helix-data-embed/commit/89cdaa910ade11336cb9be7b1dc98abe7694c91c)), closes [#7](https://github.com/adobe/helix-data-embed/issues/7)
7+
* **google:** add support for google sheets ([d7959dd](https://github.com/adobe/helix-data-embed/commit/d7959ddcee2856f4c949517411ac692620e71052)), closes [#7](https://github.com/adobe/helix-data-embed/issues/7)
8+
* **google:** catch errors in google spreadsheet retrieval ([f8d619a](https://github.com/adobe/helix-data-embed/commit/f8d619ab4d8628d66c2a84181e9ab187404e7819))
9+
* **google:** check for google spreadsheet URL patterns ([84168d9](https://github.com/adobe/helix-data-embed/commit/84168d93b8d9f44b3d61407c0d5370331fc82b94))
10+
111
## [1.1.1](https://github.com/adobe/helix-data-embed/compare/v1.1.0...v1.1.1) (2020-03-31)
212

313

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

0 commit comments

Comments
 (0)