From ad452365690330cfd0072adc08a88d60a88e245b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 11:54:09 -0700 Subject: [PATCH] chore: Release 3.1.0 (#91) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e329117..a203362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://www.github.com/gulpjs/interpret/compare/v3.0.0...v3.1.0) (2022-06-29) + + +### Features + +* Add `.cts` to support typescript 4.7 ([#90](https://www.github.com/gulpjs/interpret/issues/90)) ([c1ffa36](https://www.github.com/gulpjs/interpret/commit/c1ffa36fbd1088f2dbdb00c9500eecfce70eafc0)) + ## [3.0.0](https://www.github.com/gulpjs/interpret/compare/v2.2.0...v3.0.0) (2022-04-12) diff --git a/package.json b/package.json index 8cb8438..786d680 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interpret", - "version": "3.0.0", + "version": "3.1.0", "description": "A dictionary of file extensions and associated module loaders.", "author": "Gulp Team (https://gulpjs.com/)", "contributors": [