From 6294ac95c1787dcd276c7c06285796988e44974d Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 15:31:15 +0000 Subject: [PATCH] chore(main): release 9.2.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be5f773..254b755a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [9.2.0](https://github.com/netlify/framework-info/compare/v9.1.1...v9.2.0) (2022-08-09) + + +### Features + +* add framework logos where available ([#802](https://github.com/netlify/framework-info/issues/802)) ([a6a1a22](https://github.com/netlify/framework-info/commit/a6a1a22ba150ce9864f8d3f7e10b98f2f9c03ef7)) +* add Gatsby logo to returned framework info ([#797](https://github.com/netlify/framework-info/issues/797)) ([2a1ee73](https://github.com/netlify/framework-info/commit/2a1ee739535e0ebb209d14c56f4205db2229de9c)) + + +### Bug Fixes + +* fixed typo in qwik excluded dependency ([#805](https://github.com/netlify/framework-info/issues/805)) ([8a4352d](https://github.com/netlify/framework-info/commit/8a4352d1540556ad85c282bd24a0436243e07561)) + ## [9.1.1](https://github.com/netlify/framework-info/compare/v9.1.0...v9.1.1) (2022-07-17) diff --git a/package-lock.json b/package-lock.json index 2d04f50b..5686b374 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/framework-info", - "version": "9.1.1", + "version": "9.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/framework-info", - "version": "9.1.1", + "version": "9.2.0", "license": "MIT", "dependencies": { "ajv": "^8.0.0", diff --git a/package.json b/package.json index 52278ac3..b52334a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/framework-info", - "version": "9.1.1", + "version": "9.2.0", "description": "Framework detection utility", "type": "module", "main": "./dist/index.cjs",