Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

chore(main): release 9.2.0 #806

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",