From 00cb482aca90fe94490ab8aca23e15a81f110713 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 01:52:05 +0000 Subject: [PATCH] chore(main): release 9.0.3 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f343848..81572545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ 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.0.3](https://github.com/netlify/framework-info/compare/v9.0.2...v9.0.3) (2022-05-16) + + +### 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 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) diff --git a/package-lock.json b/package-lock.json index b388e1ba..0180d328 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/framework-info", - "version": "9.0.2", + "version": "9.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/framework-info", - "version": "9.0.2", + "version": "9.0.3", "license": "MIT", "dependencies": { "ajv": "^8.0.0", diff --git a/package.json b/package.json index bc15e377..a08f5cf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/framework-info", - "version": "9.0.2", + "version": "9.0.3", "description": "Framework detection utility", "type": "module", "main": "./dist/index.cjs",