Skip to content

Commit

Permalink
chore: release @sounisi5011/ts-type-util-is-readonly-array 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 10, 2023
1 parent 6adc81b commit 66684cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion packages/ts-type-utils/is-readonly-array/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


### [1.0.3](https://www.github.com/sounisi5011/npm-packages/compare/ts-type-util-is-readonly-array-v1.0.2...ts-type-util-is-readonly-array-v1.0.3) (2023-01-10)


### Bug Fixes

* **package.json:** add "types" import condition to the `exports` field in `package.json` ([#644](https://www.github.com/sounisi5011/npm-packages/issues/644)) ([6fb0689](https://www.github.com/sounisi5011/npm-packages/commit/6fb0689f8640957f627df7ffccb155abfd593f16))

## [1.0.2](https://www.github.com/sounisi5011/npm-packages/compare/ts-type-util-is-readonly-array-v1.0.1...ts-type-util-is-readonly-array-v1.0.2) (2021-12-09)

### Bug Fixes
Expand Down Expand Up @@ -52,4 +59,4 @@

* [`dc41544`](https://github.com/sounisi5011/npm-packages/commit/dc4154419fc9a5db8cade1d5f01914cf5874a3c7) feat(ts-type-util-is-readonly-array): create a new package ([#28](https://github.com/sounisi5011/npm-packages/issues/28))

</details>
</details>
2 changes: 1 addition & 1 deletion packages/ts-type-utils/is-readonly-array/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sounisi5011/ts-type-util-is-readonly-array",
"version": "1.0.2",
"version": "1.0.3",
"description": "Fix the type definition of `Array.isArray()` method to accept readonly arrays",
"keywords": [
"ReadonlyArray",
Expand Down

0 comments on commit 66684cc

Please sign in to comment.