Skip to content

Commit 68b5509

Browse files
committed
chore(release): 3.3.0
1 parent 32cf55f commit 68b5509

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [3.3.0](https://github.com/nonara/ts-patch/compare/v3.2.1...v3.3.0) (2024-12-04)
6+
7+
8+
### Features
9+
10+
* Add support for ts 5.7+ (closes [#174](https://github.com/nonara/ts-patch/issues/174)) ([396766c](https://github.com/nonara/ts-patch/commit/396766c2e1dbe767a99c2cd277470d3731e87623))
11+
512
### [3.2.1](https://github.com/nonara/ts-patch/compare/v3.2.0...v3.2.1) (2024-06-26)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-patch",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "Patch typescript to support custom transformers in tsconfig.json",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)