Skip to content

Commit

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

* 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 <[email protected]>
  • Loading branch information
3 people authored Dec 9, 2021
1 parent be9ddd9 commit 13a7536
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.2](https://www.github.com/sounisi5011/npm-packages/compare/ts-type-util-has-own-property-v1.0.1...ts-type-util-has-own-property-v1.0.2) (2021-12-09)


### Bug Fixes

* **publish:** fix `files` field in `package.json` files to ensure appropriate files are published ([#311](https://www.github.com/sounisi5011/npm-packages/issues/311)) ([99fc7fe](https://www.github.com/sounisi5011/npm-packages/commit/99fc7fe66eb180b7aeeaa10b60951b3767cbae3c))

## [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)


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.1",
"version": "1.0.2",
"description": "Fix the type definition of the `Object.prototype.hasOwnProperty()` method",
"keywords": [
"hasOwnProperty",
Expand Down

0 comments on commit 13a7536

Please sign in to comment.