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

Commit 86e95b7

Browse files
chore(main): release 9.5.2 (#840)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 5735d2e commit 86e95b7

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ 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.5.2](https://github.com/netlify/framework-info/compare/v9.5.1...v9.5.2) (2022-11-21)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency ajv to v8.11.2 ([#839](https://github.com/netlify/framework-info/issues/839)) ([4d7e59f](https://github.com/netlify/framework-info/commit/4d7e59f9e8b74edb07f2ec3f995143c781932587))
16+
* handle version for frameworks which are not detected by npm package ([#842](https://github.com/netlify/framework-info/issues/842)) ([5735d2e](https://github.com/netlify/framework-info/commit/5735d2e298e6637c65add9680cbccac0c0245f51))
17+
1018
## [9.5.1](https://github.com/netlify/framework-info/compare/v9.5.0...v9.5.1) (2022-11-10)
1119

1220

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.5.1",
3+
"version": "9.5.2",
44
"description": "Framework detection utility",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

0 commit comments

Comments
 (0)