diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f4839442c0..fa722a20c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [8.14.0](https://github.com/netlify/cli/compare/v8.13.2...v8.14.0) (2022-01-25) + + +### Features + +* automatically link site post creation ([#3901](https://github.com/netlify/cli/issues/3901)) ([b247e69](https://github.com/netlify/cli/commit/b247e6911888de66a61fea9ae7afcc271b99ad1d)) + + +### Bug Fixes + +* **deps:** update dependency netlify-onegraph-internal to v0.0.16 ([#4131](https://github.com/netlify/cli/issues/4131)) ([3d7a4e1](https://github.com/netlify/cli/commit/3d7a4e1b6fd82546d9fa9ff6b90ba58be09f8221)) + ### [8.13.2](https://github.com/netlify/cli/compare/v8.13.1...v8.13.2) (2022-01-24) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8141e9fdb83..dd599c64fc2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.13.2", + "version": "8.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.13.2", + "version": "8.14.0", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -79,7 +79,7 @@ "multiparty": "^4.2.1", "netlify": "^10.1.2", "netlify-headers-parser": "^6.0.1", - "netlify-onegraph-internal": "0.0.15", + "netlify-onegraph-internal": "0.0.16", "netlify-redirect-parser": "^13.0.1", "netlify-redirector": "^0.2.1", "node-fetch": "^2.6.0", @@ -15054,9 +15054,9 @@ } }, "node_modules/netlify-onegraph-internal": { - "version": "0.0.15", - "resolved": "https://registry.npmjs.org/netlify-onegraph-internal/-/netlify-onegraph-internal-0.0.15.tgz", - "integrity": "sha512-PlUro29zk/D+9/8NLQOx8Qw58KWvZo/42uR+7YMqSx9pMtgvtqKWqpAGGf0iCy4eAwe/XLT/eCQR6k/dIBbZHw==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/netlify-onegraph-internal/-/netlify-onegraph-internal-0.0.16.tgz", + "integrity": "sha512-reQ/C7ztbYCDMXqFLSw0rBwOi866sqdBjagUs6Ug6LXDkCIGHBTjMX0iwNhEn7+/WzV4f1lJj66NhdjF5Q4/aQ==", "dependencies": { "graphql": "16.0.0", "node-fetch": "^2.6.0", @@ -32842,9 +32842,9 @@ } }, "netlify-onegraph-internal": { - "version": "0.0.15", - "resolved": "https://registry.npmjs.org/netlify-onegraph-internal/-/netlify-onegraph-internal-0.0.15.tgz", - "integrity": "sha512-PlUro29zk/D+9/8NLQOx8Qw58KWvZo/42uR+7YMqSx9pMtgvtqKWqpAGGf0iCy4eAwe/XLT/eCQR6k/dIBbZHw==", + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/netlify-onegraph-internal/-/netlify-onegraph-internal-0.0.16.tgz", + "integrity": "sha512-reQ/C7ztbYCDMXqFLSw0rBwOi866sqdBjagUs6Ug6LXDkCIGHBTjMX0iwNhEn7+/WzV4f1lJj66NhdjF5Q4/aQ==", "requires": { "graphql": "16.0.0", "node-fetch": "^2.6.0", diff --git a/package.json b/package.json index b2c179e6172..b823b09555f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.13.2", + "version": "8.14.0", "author": "Netlify Inc.", "contributors": [ "Bret Comnes (https://bret.io)", @@ -265,7 +265,7 @@ "multiparty": "^4.2.1", "netlify": "^10.1.2", "netlify-headers-parser": "^6.0.1", - "netlify-onegraph-internal": "0.0.15", + "netlify-onegraph-internal": "0.0.16", "netlify-redirect-parser": "^13.0.1", "netlify-redirector": "^0.2.1", "node-fetch": "^2.6.0",