From b68b566b6878429aa42a5fe5e3d7d21063bd1fdc Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Sat, 13 Aug 2022 01:49:20 -0400 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ad0ce..fb8f169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.0.0](https://github.com/cfware/fastify-babel/compare/v2.0.0...v3.0.0) (2022-08-13) + + +### ⚠ BREAKING CHANGES + +* fastify 4.4.0 is now required +* node.js 14 is now required + +### Features + +* Update dependencies ([79843e0](https://github.com/cfware/fastify-babel/commit/79843e04627e6fbdfc32df3f242a30252834c6ea)) + ## [2.0.0](https://github.com/cfware/fastify-babel/compare/v1.3.0...v2.0.0) (2020-07-03) diff --git a/package.json b/package.json index f35c2bc..a5618fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-babel", - "version": "2.0.0", + "version": "3.0.0", "description": "Fastify Babel plugin for development servers", "main": "index.cjs", "exports": "./index.cjs",