Skip to content

Commit

Permalink
chore: release @sounisi5011/ts-type-util-has-own-property 1.0.1 (#110)
Browse files Browse the repository at this point in the history
* chore: release @sounisi5011/ts-type-util-has-own-property 1.1.0

* chore: trigger tests

* chore(ts-type-util-has-own-property): fix release version

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <release-workflow+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sonishi Izuka <sounisi5011@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 27, 2021
1 parent dc738cf commit 6169365
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/ts-type-utils/has-own-property/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://www.github.com/sounisi5011/npm-packages/compare/ts-type-util-has-own-property-v1.0.0...ts-type-util-has-own-property-v1.0.1) (2021-11-27)


### Bug Fixes

* **ts-type-util-has-own-property:** support for optional properties of union types with `undefined` type ([#270](https://www.github.com/sounisi5011/npm-packages/issues/270)) ([dc738cf](https://www.github.com/sounisi5011/npm-packages/commit/dc738cf120b22651fa15cac950e99e38c70d680e))

## 1.0.0 (2021-03-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/ts-type-utils/has-own-property/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sounisi5011/ts-type-util-has-own-property",
"version": "1.0.0",
"version": "1.0.1",
"description": "Fix the type definition of the `Object.prototype.hasOwnProperty()` method",
"keywords": [
"hasOwnProperty",
Expand Down

0 comments on commit 6169365

Please sign in to comment.