Skip to content

Commit

Permalink
chore(main): release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
soc221b committed Feb 10, 2025
1 parent 5fa1e7e commit 9a3b2e4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.3"
".": "1.3.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.3.4](https://github.com/soc221b/zod-schema-faker/compare/1.3.3...1.3.4) (2025-02-09)


### Bug Fixes

* **intersection:** it should throw error when intersecting unrelated array schema ([#361](https://github.com/soc221b/zod-schema-faker/issues/361)) ([f1d5020](https://github.com/soc221b/zod-schema-faker/commit/f1d50205d4e21df5713ceb2dcc25d4811157437e))

## [1.3.3](https://github.com/soc221b/zod-schema-faker/compare/1.3.2...1.3.3) (2025-02-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zod-schema-faker",
"type": "module",
"sideEffects": false,
"version": "1.3.3",
"version": "1.3.4",
"description": "Generates mock data from zod schema. Powered by @faker-js/faker and randexp.js",
"keywords": [
"zod",
Expand Down

0 comments on commit 9a3b2e4

Please sign in to comment.