diff --git a/CHANGELOG.md b/CHANGELOG.md index 73cd141..0924224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [1.3.0](https://github.com/cfware/fastify-babel/compare/v1.2.1...v1.3.0) (2019-08-12) + + +### Features + +* Add support for transform caching ([7a2f42a](https://github.com/cfware/fastify-babel/commit/7a2f42a)) + ### [1.2.1](https://github.com/cfware/fastify-babel/compare/v1.2.0...v1.2.1) (2019-06-06) diff --git a/package.json b/package.json index caa34a8..0ed761e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-babel", - "version": "1.2.1", + "version": "1.3.0", "description": "Fastify Babel plugin for development servers", "scripts": { "release": "standard-version --sign",