From ca2831bf995f677c69d17e40b4bdfa91e1b9fa21 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 17:21:27 +0000 Subject: [PATCH] chore(main): release 9.5.0 (#826) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9128278a..99640994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.5.0](https://github.com/netlify/framework-info/compare/v9.4.0...v9.5.0) (2022-11-01) + + +### Features + +* update next.js logos ([#825](https://github.com/netlify/framework-info/issues/825)) ([213ec23](https://github.com/netlify/framework-info/commit/213ec23ad22ee5826a9fd1e3a81264d7107bd095)) + + +### Bug Fixes + +* update filepaths ([#831](https://github.com/netlify/framework-info/issues/831)) ([308b2a6](https://github.com/netlify/framework-info/commit/308b2a65446240d456dbb0c5dfda03b5c76972e0)) +* update the files entry in package.json ([#828](https://github.com/netlify/framework-info/issues/828)) ([259f6c0](https://github.com/netlify/framework-info/commit/259f6c0efb250a915192723afccb5f7d8f55ff96)) + ## [9.4.0](https://github.com/netlify/framework-info/compare/v9.3.0...v9.4.0) (2022-10-27) diff --git a/package-lock.json b/package-lock.json index 6a113753..a7e65169 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/framework-info", - "version": "9.4.0", + "version": "9.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/framework-info", - "version": "9.4.0", + "version": "9.5.0", "license": "MIT", "dependencies": { "ajv": "^8.0.0", diff --git a/package.json b/package.json index 1ab986ca..4739e92c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/framework-info", - "version": "9.4.0", + "version": "9.5.0", "description": "Framework detection utility", "type": "module", "main": "./dist/index.umd.cjs",