Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Aug 3, 2023
1 parent e861299 commit dc1a45d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [3.3.0](https://github.com/wessberg/rollup-plugin-ts/compare/v3.2.0...v3.3.0) (2023-08-03)


### Bug Fixes

* lint ([e861299](https://github.com/wessberg/rollup-plugin-ts/commit/e861299da5d75b14301bd818cfca2c34716cd1c0))
* run tests on Node v16.14.0 and up ([b966a7e](https://github.com/wessberg/rollup-plugin-ts/commit/b966a7e5eb641619415717037f2c2f73b91c5ab2))
* run tests on v16.15.1 instead ([59ca24c](https://github.com/wessberg/rollup-plugin-ts/commit/59ca24c5c4e4c12e98a70f0b0b04043e6667609d))


### Features

* add TypeScript v5.1 support. Add support for Node16 and NodeNext Module resolution ([0d5aaa0](https://github.com/wessberg/rollup-plugin-ts/commit/0d5aaa079e794187d0ac1f50c3c5917bce58cd0f))



# [3.2.0](https://github.com/wessberg/rollup-plugin-ts/compare/v3.1.1...v3.2.0) (2023-01-23)


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": "rollup-plugin-ts",
"version": "3.2.0",
"version": "3.3.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 dc1a45d

Please sign in to comment.