Skip to content

Commit

Permalink
chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
### [1.0.4](v1.0.3...v1.0.4) (2022-01-12)

### Bug Fixes

* add default types ([#4](#4)) ([d583f04](d583f04))
  • Loading branch information
semantic-release-bot committed Jan 12, 2022
1 parent d583f04 commit 1f5a019
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [1.0.4](https://github.com/achingbrain/it-stream-types/compare/v1.0.3...v1.0.4) (2022-01-12)


### Bug Fixes

* add default types ([#4](https://github.com/achingbrain/it-stream-types/issues/4)) ([d583f04](https://github.com/achingbrain/it-stream-types/commit/d583f04f08131f52ff3b49fa649ca071f213ad0f))

### [1.0.3](https://github.com/achingbrain/it-stream-types/compare/v1.0.2...v1.0.3) (2022-01-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "it-stream-types",
"version": "1.0.3",
"version": "1.0.4",
"description": "Typescript types for AsyncIterable sink/source/duplex streams",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit 1f5a019

Please sign in to comment.