Skip to content

Commit

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

## [1.4.0](v1.3.1...v1.4.0) (2024-12-24)

### Features

* auto fix import.meta.resolve SyntaxError on CJS ([#4](#4)) ([de6aa45](de6aa45))
  • Loading branch information
semantic-release-bot committed Dec 24, 2024
1 parent de6aa45 commit e2321c7
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.4.0](https://github.com/node-modules/tshy-after/compare/v1.3.1...v1.4.0) (2024-12-24)


### Features

* auto fix import.meta.resolve SyntaxError on CJS ([#4](https://github.com/node-modules/tshy-after/issues/4)) ([de6aa45](https://github.com/node-modules/tshy-after/commit/de6aa45f06d970f12ba1d3fb1dd045ea53d16c38))

## [1.3.1](https://github.com/node-modules/tshy-after/compare/v1.3.0...v1.3.1) (2024-12-22)


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": "tshy-after",
"version": "1.3.1",
"version": "1.4.0",
"description": "Auto set package.json after tshy run",
"bin": "./dist/esm/index.js",
"files": [
Expand Down

0 comments on commit e2321c7

Please sign in to comment.