@mozaic-ds/gatsby-github-release
Advanced tools
Comparing version 1.0.1-beta.0 to 1.0.1-beta.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.1-beta.1](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-beta.0...v1.0.1-beta.1) (2020-01-23) | ||
### Features | ||
* **onboard/updates:** create changelog page ([#467](https://github.com/adeo/mozaic-design-system/issues/467)) ([e94db16](https://github.com/adeo/mozaic-design-system/commit/e94db16f77aa565f95d9e1bb16ed175c32e7ef37)) | ||
## [1.0.1-beta.0](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.32...v1.0.1-beta.0) (2019-12-18) | ||
@@ -8,0 +19,0 @@ |
@@ -21,2 +21,3 @@ require('dotenv').config() | ||
publishedAt | ||
descriptionHTML | ||
} | ||
@@ -45,3 +46,3 @@ } | ||
tags.forEach(tag => { | ||
const { tagName, publishedAt } = tag | ||
const { tagName, publishedAt, descriptionHTML } = tag | ||
@@ -57,2 +58,3 @@ let nodeId = createNodeId(`github-release-${tagName}`) | ||
publishedAt, | ||
descriptionHTML, | ||
url: | ||
@@ -59,0 +61,0 @@ 'https://' + |
{ | ||
"name": "@mozaic-ds/gatsby-github-release", | ||
"version": "1.0.1-beta.0", | ||
"version": "1.0.1-beta.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5183
64