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

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-08-03)

### Features

* basic framework + fuzz strings, numbers, bools, and unions ([d718348](d718348))
  • Loading branch information
holvonix-bot committed Aug 3, 2019
1 parent d718348 commit 0c69ed0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.0.0 (2019-08-03)


### Features

* basic framework + fuzz strings, numbers, bools, and unions ([d718348](https://github.com/holvonix-open/io-ts-fuzzer/commit/d718348))
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": "0.1.0",
"version": "1.0.0",
"description": "Fuzzing for io-ts codecs and types",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0c69ed0

Please sign in to comment.