Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ 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.1.0](https://github.com/netlify/framework-info/compare/v9.0.2...v9.1.0) (2022-06-14)


### Features

* add specific vite-powered frameworks ([#777](https://github.com/netlify/framework-info/issues/777)) ([fa305fe](https://github.com/netlify/framework-info/commit/fa305fea08363c13bd39a1cc4ba0530a4e8cac60))


### Bug Fixes

* **deps:** update dependency ajv to v8.11.0 ([#741](https://github.com/netlify/framework-info/issues/741)) ([179f9ec](https://github.com/netlify/framework-info/commit/179f9ec549e903354eab3ae949075256aaac27bd))
* **deps:** update dependency locate-path to v7.1.1 ([#775](https://github.com/netlify/framework-info/issues/775)) ([2eaafa1](https://github.com/netlify/framework-info/commit/2eaafa1ab64cd422667c119b365039cc85339958))
* **deps:** update dependency semver to v7.3.6 ([#748](https://github.com/netlify/framework-info/issues/748)) ([9b91402](https://github.com/netlify/framework-info/commit/9b914026cf6ec4d147236bf1c2aea40b8f352057))
* **deps:** update dependency semver to v7.3.7 ([#753](https://github.com/netlify/framework-info/issues/753)) ([27854a3](https://github.com/netlify/framework-info/commit/27854a3d8af478c7f4c40cdeff7054d941749a96))

### [9.0.2](https://github.com/netlify/framework-info/compare/v9.0.1...v9.0.2) (2022-02-21)


Expand Down
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.0.2",
"version": "9.1.0",
"description": "Framework detection utility",
"type": "module",
"main": "./dist/index.cjs",
Expand Down