diff --git a/CHANGELOG.md b/CHANGELOG.md index 254b755a..d8cf13bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ 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.3.0](https://github.com/netlify/framework-info/compare/v9.2.0...v9.3.0) (2022-10-04) + + +### Features + +* add a light-theme friendly logo for harp ([#812](https://github.com/netlify/framework-info/issues/812)) ([7cfce5a](https://github.com/netlify/framework-info/commit/7cfce5a5a33e709d06d61c84cf11d9cf5d698330)) +* add detection for SolidJS ([#813](https://github.com/netlify/framework-info/issues/813)) ([b06c7df](https://github.com/netlify/framework-info/commit/b06c7df5ea262a41d35cc07602144f97680ea6d5)) +* replace parcel logo name with parcel icon ([#808](https://github.com/netlify/framework-info/issues/808)) ([8a6260f](https://github.com/netlify/framework-info/commit/8a6260fd0360ccaefc3ecdb14b307b228e4c18d0)) + +### Bug Fixes + +* updated SvelteKit framework info ([#818](https://github.com/netlify/framework-info/issues/818)) + ([acd85cf](https://github.com/netlify/framework-info/commit/acd85cf798a7f9ab169dc5e62dd5543e0c185d29)) + ## [9.2.0](https://github.com/netlify/framework-info/compare/v9.1.1...v9.2.0) (2022-08-09) diff --git a/package-lock.json b/package-lock.json index de7fde8b..27235e1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/framework-info", - "version": "9.2.0", + "version": "9.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/framework-info", - "version": "9.2.0", + "version": "9.3.0", "license": "MIT", "dependencies": { "ajv": "^8.0.0", diff --git a/package.json b/package.json index b52334a2..234ab8c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/framework-info", - "version": "9.2.0", + "version": "9.3.0", "description": "Framework detection utility", "type": "module", "main": "./dist/index.cjs",