Skip to content

Commit

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

## [1.34.2](v1.34.1...v1.34.2) (2023-01-17)

### Bug Fixes

* skip run when egg.Application not exists ([#100](#100)) ([62012fe](62012fe))
  • Loading branch information
semantic-release-bot committed Jan 17, 2023
1 parent 62012fe commit 349a064
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.2](https://github.com/eggjs/egg-ts-helper/compare/v1.34.1...v1.34.2) (2023-01-17)


### Bug Fixes

* skip run when egg.Application not exists ([#100](https://github.com/eggjs/egg-ts-helper/issues/100)) ([62012fe](https://github.com/eggjs/egg-ts-helper/commit/62012fe40d91da832c687e186782ea73c3762bf8))

## [1.34.1](https://github.com/eggjs/egg-ts-helper/compare/v1.34.0...v1.34.1) (2023-01-11)


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

0 comments on commit 349a064

Please sign in to comment.