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

Commit 237fa52

Browse files
chore(main): release 9.4.0 (#821)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Erica Pisani <[email protected]>
1 parent 61d8677 commit 237fa52

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [9.4.0](https://github.com/netlify/framework-info/compare/v9.3.0...v9.4.0) (2022-10-27)
11+
12+
13+
### Features
14+
15+
* detect installed version of framework ([#822](https://github.com/netlify/framework-info/issues/822)) ([8f4c78a](https://github.com/netlify/framework-info/commit/8f4c78a66f04b39da1f19422e42d7e4739af6d54))
16+
* migrate from webpack to vite ([#819](https://github.com/netlify/framework-info/issues/819)) ([13430d9](https://github.com/netlify/framework-info/commit/13430d9deaa7ac739a622ba950bf7eac6cd5fd56))
17+
18+
19+
### Bug Fixes
20+
21+
* changed the Vite port to the new Vite default port 5173 ([#792](https://github.com/netlify/framework-info/issues/792)) ([664e6df](https://github.com/netlify/framework-info/commit/664e6df4062da80cffd583d45b3e6364da47bc0f))
22+
* **deps:** update dependency semver to v7.3.8 ([#820](https://github.com/netlify/framework-info/issues/820)) ([33d106e](https://github.com/netlify/framework-info/commit/33d106e08bdb1e9ec5cdcfb7862a1c6f02a353aa))
23+
* use correct icon for Remix framework ([#811](https://github.com/netlify/framework-info/issues/811)) ([9a6fb03](https://github.com/netlify/framework-info/commit/9a6fb037d137100b8f58617e9c643cbf2256ccee))
24+
1025
## [9.3.0](https://github.com/netlify/framework-info/compare/v9.2.0...v9.3.0) (2022-10-04)
1126

1227

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/framework-info",
3-
"version": "9.3.0",
3+
"version": "9.4.0",
44
"description": "Framework detection utility",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)