Skip to content

Commit

Permalink
3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Aug 3, 2023
1 parent 9bf9bbb commit 4311ff5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# [3.4.0](https://github.com/wessberg/rollup-plugin-ts/compare/v3.3.1...v3.4.0) (2023-08-03)


### Features

* add support for the 'allowImportingTsExtensions' tsconfig option. Fixes [#210](https://github.com/wessberg/rollup-plugin-ts/issues/210) ([c62f708](https://github.com/wessberg/rollup-plugin-ts/commit/c62f7082883e5ed991ce2d17edd7e3388953ae50))



## [3.3.1](https://github.com/wessberg/rollup-plugin-ts/compare/v3.3.0...v3.3.1) (2023-08-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-ts",
"version": "3.3.1",
"version": "3.4.0",
"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",
Expand Down

0 comments on commit 4311ff5

Please sign in to comment.