Skip to content

Commit

Permalink
Release 1.34.7
Browse files Browse the repository at this point in the history
[skip ci]

## [1.34.7](v1.34.6...v1.34.7) (2023-02-13)

### Bug Fixes

* should reset ETS_REGISTER_PID env after build ([#105](#105)) ([d706a31](d706a31))
  • Loading branch information
semantic-release-bot committed Feb 13, 2023
1 parent d706a31 commit 639278d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.34.7](https://github.com/eggjs/egg-ts-helper/compare/v1.34.6...v1.34.7) (2023-02-13)


### Bug Fixes

* should reset ETS_REGISTER_PID env after build ([#105](https://github.com/eggjs/egg-ts-helper/issues/105)) ([d706a31](https://github.com/eggjs/egg-ts-helper/commit/d706a31b2ede68ef64c17be02aed2055c1f8f790))

## [1.34.6](https://github.com/eggjs/egg-ts-helper/compare/v1.34.5...v1.34.6) (2023-02-09)


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": "egg-ts-helper",
"version": "1.34.6",
"version": "1.34.7",
"description": "egg typescript helper",
"bin": {
"ets": "dist/bin.js"
Expand Down

0 comments on commit 639278d

Please sign in to comment.