Skip to content

Commit

Permalink
Version Packages (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 9, 2023
1 parent 78ae17f commit c0b615d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .changeset/twelve-hornets-worry.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# zocker

## 1.0.0

### Major Changes

- 78ae17f: Replaced old Generator-based configuration API with fluent-API

This breaks all existing zocker-setups, including the ones with no custom generators.

This was done to make zocker more user-friendly going forward, as the new API is signifficantly more intuitive to use, and requires less understanding of zod's internals.

Consult the README for the new API documentation.

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zocker",
"description": "Generate realistic test-data from your Zod-Schemas",
"version": "0.1.3",
"version": "1.0.0",
"author": "Loris Sigrist",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit c0b615d

Please sign in to comment.