Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Aug 13, 2022
1 parent a4b3548 commit b68b566
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b68b566

Please sign in to comment.