Skip to content

Commit

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

## [2.1.1](v2.1.0...v2.1.1) (2025-02-04)

### Bug Fixes

* load the tsconfig extends with the specific extension name ([#111](#111)) ([2bbc458](2bbc458))
  • Loading branch information
semantic-release-bot committed Feb 4, 2025
1 parent 44615fd commit f3eeea1
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

## [2.1.1](https://github.com/eggjs/egg-ts-helper/compare/v2.1.0...v2.1.1) (2025-02-04)


### Bug Fixes

* load the tsconfig extends with the specific extension name ([#111](https://github.com/eggjs/egg-ts-helper/issues/111)) ([2bbc458](https://github.com/eggjs/egg-ts-helper/commit/2bbc458bd1d7d695f482ad88c5f3bbc5b365f2c7))

## [2.1.0](https://github.com/eggjs/egg-ts-helper/compare/v2.0.0...v2.1.0) (2023-08-31)


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

0 comments on commit f3eeea1

Please sign in to comment.