Skip to content

Commit

Permalink
chore(release): 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nonara committed Jun 3, 2024
1 parent 2c4954d commit 33a9c56
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [3.2.0](https://github.com/nonara/ts-patch/compare/v3.1.2...v3.2.0) (2024-06-03)


### Features

* Added support for TS 5.5 ([2c4954d](https://github.com/nonara/ts-patch/commit/2c4954d91def5f0654804bfbf64704720f605840))

### [3.1.2](https://github.com/nonara/ts-patch/compare/v3.1.1...v3.1.2) (2024-01-10)


Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-patch",
"version": "3.1.2",
"version": "3.2.0",
"description": "Patch typescript to support custom transformers in tsconfig.json",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -76,9 +76,13 @@
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5",
"ts-next": "npm:typescript@beta",
"ts-expose-internals" : "npm:[email protected]"
"ts-expose-internals": "npm:[email protected]"
},
"workspaces": {
"packages": [
"projects/path",
"projects/core"
],
"nohoist": [
"jest",
"ts-jest",
Expand Down

0 comments on commit 33a9c56

Please sign in to comment.