Skip to content

Commit d55a1c0

Browse files
Release 3.1.1
[skip ci] ## [3.1.1](v3.1.0...v3.1.1) (2025-03-05) ### Bug Fixes * make sure parent dir exists ([2a63587](2a63587))
1 parent 2a63587 commit d55a1c0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.1.1](https://github.com/eggjs/egg-ts-helper/compare/v3.1.0...v3.1.1) (2025-03-05)
4+
5+
6+
### Bug Fixes
7+
8+
* make sure parent dir exists ([2a63587](https://github.com/eggjs/egg-ts-helper/commit/2a63587a59000a3a7eebf271e448694514a6cd39))
9+
310
## [3.1.0](https://github.com/eggjs/egg-ts-helper/compare/v3.0.0...v3.1.0) (2025-03-05)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-ts-helper",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "egg typescript helper",
55
"bin": {
66
"ets": "dist/bin.js"

0 commit comments

Comments
 (0)