From 06f10752dc068c2e52d959a940b0889d8ceb1699 Mon Sep 17 00:00:00 2001 From: Frederik Wessberg Date: Tue, 10 Jan 2023 00:56:03 +0100 Subject: [PATCH] 3.1.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67bd9b7..489ed86f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.1.1](https://github.com/wessberg/rollup-plugin-ts/compare/v3.1.0...v3.1.1) (2023-01-09) + + + # [3.1.0](https://github.com/wessberg/rollup-plugin-ts/compare/v3.0.2...v3.1.0) (2023-01-09) diff --git a/package.json b/package.json index f3d98066..5fa8f25e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-ts", - "version": "3.1.0", + "version": "3.1.1", "description": "A TypeScript Rollup plugin that bundles declarations, respects Browserslists, and enables seamless integration with transpilers such as babel and swc", "scripts": { "generate:sandhog": "sandhog all --yes",