Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2019-08-07)

### πŸ› Bug Fixes

* move fp-ts and io-ts to peer dependencies ([6a95707](6a95707))

### πŸ’„ Polish

* run non-typescript through prettier ([d95bf76](d95bf76))

### πŸ“– Documentation

* add runnable quick start example ([34109f9](34109f9))
* fix up README typos ([518e880](518e880))

### πŸ”§ Build / Continuous Integration

* use cd instead of pushd in build scripts ([96ad9e9](96ad9e9))

### πŸ”¬ Tests

* tests never test for uniqueness for examples ([a52f4c3](a52f4c3))
  • Loading branch information
holvonix-bot committed Aug 7, 2019
1 parent 96ad9e9 commit 9341b88
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## [3.0.1](https://github.com/holvonix-open/io-ts-fuzzer/compare/v3.0.0...v3.0.1) (2019-08-07)


### πŸ› Bug Fixes

* move fp-ts and io-ts to peer dependencies ([6a95707](https://github.com/holvonix-open/io-ts-fuzzer/commit/6a95707))


### πŸ’„ Polish

* run non-typescript through prettier ([d95bf76](https://github.com/holvonix-open/io-ts-fuzzer/commit/d95bf76))


### πŸ“– Documentation

* add runnable quick start example ([34109f9](https://github.com/holvonix-open/io-ts-fuzzer/commit/34109f9))
* fix up README typos ([518e880](https://github.com/holvonix-open/io-ts-fuzzer/commit/518e880))


### πŸ”§ Build / Continuous Integration

* use cd instead of pushd in build scripts ([96ad9e9](https://github.com/holvonix-open/io-ts-fuzzer/commit/96ad9e9))


### πŸ”¬ Tests

* tests never test for uniqueness for examples ([a52f4c3](https://github.com/holvonix-open/io-ts-fuzzer/commit/a52f4c3))

# [3.0.0](https://github.com/holvonix-open/io-ts-fuzzer/compare/v2.0.0...v3.0.0) (2019-08-07)


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": "io-ts-fuzzer",
"version": "3.0.0",
"version": "3.0.1",
"description": "Fuzzing for io-ts codecs and types",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9341b88

Please sign in to comment.