Skip to content

Commit

Permalink
chore(main): release 4.0.0 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 1, 2024
1 parent 83c5a56 commit 428e0e5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.0](https://github.com/tonioriol/transmutant/compare/v3.1.0...v4.0.0) (2024-11-01)


### ⚠ BREAKING CHANGES

* **types:** Changed Extra type parameter default from unknown to undefined for better type inference and runtime behavior alignment.

### Code Refactoring

* **types:** switch Extra type parameter default to undefined ([83c5a56](https://github.com/tonioriol/transmutant/commit/83c5a563dc5ccd5d8e04d3f86e0dd139dae4a346))

## [3.1.0](https://github.com/tonioriol/transmutant/compare/v3.0.0...v3.1.0) (2024-10-31)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transmutant",
"version": "3.1.0",
"version": "4.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 428e0e5

Please sign in to comment.