Skip to content

Commit

Permalink
Release 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed May 26, 2024
1 parent 1d803b3 commit 57def2b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## 7.2.1 (2024-05-26)

#### :bug: Bug Fix
* [#755](https://github.com/true-myth/true-myth/pull/755) Correctly handle `null` and `undefined` in function return types ([@chriskrycho](https://github.com/chriskrycho))

#### :house: Internal
* [#754](https://github.com/true-myth/true-myth/pull/754) infra: update to actions/checkout@v4 for GHA ([@chriskrycho](https://github.com/chriskrycho))

#### Committers: 1
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))

## 7.2.0 (2024-05-16)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"bugs": {
"url": "https://github.com/true-myth/true-myth/issues"
},
"version": "7.2.0",
"version": "7.2.1",
"type": "module",
"main": "dist/es/index.js",
"module": "dist/es/index.js",
Expand Down

0 comments on commit 57def2b

Please sign in to comment.